Page 1 of 1

embedding twitter feed

Posted: Thu Aug 07, 2014 4:54 pm
by cmsuser7793
So I'm not sure if this topic goes here but I need some help...
I have been trying to add a twitter feed to the website but it won't, I used the wedges html code provided by twitter but whenever I paste it the entire page goes down... I couldn't find any other way, and when I consulted someone he told me it's an issue with CMS. Any help? Much appreciated :)

Re: embedding twitter feed

Posted: Thu Aug 07, 2014 5:59 pm
by Jo Morg
If the code is a javascript snippet you have to do one of the following:
  1. either enclose the whole snipet with {literal}{/literal}tags;
  2. or make sure that there is a space immediately after all the { and immediately before all the } in the javascrip;
HTH

Re: embedding twitter feed

Posted: Fri Aug 08, 2014 6:54 pm
by cmsuser7793
It worked! Thank you very much :)