Hi,
I wanted to add a LinkedIn Follow-button on my website.
Therefore, I created a raw HTML-module in my DE-footer, and added following script (I changed the word "script" of the code, otherwise it won´t let me post here):
<s... src="/platform.linkedin.com/in.js" type="text/javascript"> lang: de_DE</scr...>
<s... type="IN/FollowCompany" data-id="000000000" data-counter="right"></scr...>
Well - it works on the frontend. But in the admin backend, it totally screwed my module. It shows text strings over many lines - like this:
","class":"text-center","global_background_type":"none","global_background_gradient":{"color":"#00c6fb","color2":"#005bea","deg":"45","type":"linear"},"global_background_image":{"src":""},"global_background_repeat":"no-repeat","global_background_size":"cover","global_background_attachment":"inherit","global_background_position":"50% 50%","global_use_overlay":0,"global_overlay_type":"overlay_none","global_gradient_overlay":{"color":"rgba(127, 0, 255, 0.8)","color2":"rgba(225, 0, 255, 0.7)","deg":"45","type":"linear"},"global_pattern_overlay":{"src":""},"global_overlay_pattern_color":"","blend_mode":"normal","global_user_border":0,"global_border_width":"","global_border_radius":0,"global_margin":{"md":"0px 0px 0px 0px","sm":" ","xs":" "},"global_padding":{"md":" ","sm":" ","xs":" "},"global_boxshadow":"0 0 0 0 #ffffff","global_use_animation":0,"global_animationduration":"300","global_animationdelay":"0","global_custom_css":".bottom-footer-list li {\n\twidth: auto !important;\n\tdisplay: inline-block !important;\n\tvertical-align:
I cannot work on this module anymore, i.e., I cannot remove the script anymore.
What shall I do? Thanks!