Hi,
I am trying to embed my timeline but the code generates nothing but the link. This is my code.
topcmm.extensions.twitter = {
tip: "Twitter",
position: "top",
width: "500",
height: "350",
display: {
type: "html",
value: "<button>Twitter</button>"
},
content: "<a class=\"twitter-timeline\" href=\"https://twitter.com/mytwitter?ref_src=twsrc%5Etfw\">My twitter</a><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>",
action: "sendTwitterRequest()"
}
What am I doing wrong?
Thank you