XF 1.4 Integrating Scoop It Widget

NinaMcI

Active member
Hi,

Is it possible to integrate a Scoop It Widget onto my site? Scoop It gives the following code to use:

<iframe src='//www.scoop.it/embed-topic/3666357.html?maxwidth=250' width='250' height='250' frameBorder='0' scrolling='no'></iframe>

I'd like to have the topics featured on my Scoop It page appear on my Xenforo website in the same way Twitter feeds are published for example.

Any help would be greatly appreciated.
 
Thanks Brogan. I'm afraid I need more guidance if possible. I have no coding experience. Would you be able to talk me through how to create a custom template, add the code and how to include the template somewhere?
 
Create the new template:
upload_2014-11-11_16-55-44.webp

Give it a unique name and add the content to it.

Then include it in the template you want it to actually show, using: <xen:include template="name_of_template" />

Or, add your code to one of the pre-defined ad_ templates.
upload_2014-11-11_16-57-24.webp
 
Top Bottom