Hello, I am currently working on an edge animate project and inserted at Twitter Widget into my design. I am also trying to install a Facebook Widget next to my Twitter Widget. The problem that keeps occurring is when I go to insert the code into the actions panel, it will mimic over to the div which my Twitter Widget is in. At first, I thought it might because they have similar ID's or are in the same group. But I made a completely new Rectangle Div outside of the group and when I go to add code into the actions panel it continues to mimic over. If anyone knows how to resolve this please help! Also I am have a hard time figuring out the Facebook Widget plug in code.
Twitter Code Works!
Twitter Widget Code:
var code = '<a class="twitter-timeline" href="https://twitter.com/EBcoffeeandpub" data-widget-id="496150319181467649">Tweets by @EBcoffeeandpub</a>';
code += "<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';";
code += 'if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.c om/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</s cript>';
How to integrate a http widget
sym.$("TwitterTL").append(code);
Need Help With Facebook Code
Facebook Widget Code:
How to integrate a http widget any help?