Getting Started
Factory
Widget Configuration
Finding and using fonts for your widget
Customizing your widgets using Additional CSS
Using passbacks when widget is empty
Disable device storage (localstorage, cookies)
Content Share
How can I use a preamble for my v2 widgets?
How can I use the article source for my v2 widgets?
Widget Implementation
Adding a widget to your site
Testing the widget on a live site
Testing the widget in your test environment
Content Recommendations
Selecting articles to recommend
Elements of an article recommendation
Images in content recommendations
Widget FAQ
Can I have more than one widget?
How do I add multiple widgets to a page?
How do I add a widget in an iframe or through Ad Manager?
Does the widget work with infinite scroll?
Can I use the widget in WordPress?
Will the widget affect my Google ranking or SEO?
Will the Strossle widget slow down my website?
How do I prevent Widgets from displaying the same recommendations?
How does Strossle measure impressions?
Widget Troubleshooting
My widget is showing old article recommendations
My widget is not showing
My widget is too wide/too narrow
Ads.txt
Insights
Manager
Introduction to Manager
Exclude ads using third-party trackers
Find and configure your Ads.txt records
Marketplace
Introduction
Ad Sets
Introduction to Ad Sets
Prioritization of Ad Sets
Targeting Categories
Targeting Site Types
Choosing Delivery Mode For Your Ad Set
Ad Creatives
Introduction to Ad Creatives
The Art of Writing Great Headlines
Choosing the Perfect Image for Your Content
Adding a sclid macro to your Ad Creatives
Ad Creative Optimization
Using your own impression tracker
Including referrer in your click URL
Ad Specification
Measuring conversions per Ad Creative
Measuring engagement with your landing page
House Ads
Marketplace FAQ
Why is my campaign not getting enough traffic?
Can I select or exclude certain publishers?
Why does currency of my campaigns differ?
Can I change currency?
How does Strossle handle traffic from bots?
How often is the forecast updated?
Do you provide a campaign reporting API?
Can multiple Creatives from the same Ad Set show up in the same placement?
Why may Strossle reporting differ from third-party reporting tools?
Scraper
- All Categories
- Factory
- Widget Implementation
- Adding a widget to your site
Adding a widget to your site
After you have created a widget you must now add the widget to your site.
Widget v2
The widget will be created when you click on the ‘Create & Publish’ button in the Widget Factory. You will now find the implementation tags under the Embed Code section of the overview page. Every new widget is ‘active’ by default.
This is only an example, do not use on your site.
Copy the script part and place it in the <head>
section of your webpage.
<script>window.strossle=window.strossle||function(){(strossle.q=strossle.q||[]).push(arguments)}; strossle('8ac6ghaf-c8ff-5217-6b6e-6801094c3dec', '.strossle-widget');</script><script async src="https://assets.strossle.com/strossle-widget-sdk/1/strossle-widget-sdk.js"></script>
Copy the div part and place it in the <body> section of your webpage where you want the widget to appear.
<div class="strossle-widget"></div>
Widget v1
The widget will be created when you click on the ‘Create & Publish’ button in the Widget Factory.
Every new widget is ‘inactive’ by default. That means that the widget will not be visible until the widget has been marked as active (in the widget overview page).
That also means that a Strossle developer can build the widget while it is marked as ‘inactive’.
The widget tags that the publisher has to add in the site are being shown in the overview page, after clicking on the ‘Create & Publish’ button.
Example of the tags for our widget v1:
This is only an example, do not use on your site.
Place the div tag where you want the widget to appear.
<div data-spklw-widget="8ac69e2f-c85f-5217-6b6e-6801094c3dec"></div>
Place the script tag somewhere before the end of the body tag and under all div tags.
<script src="//widgets.sprinklecontent.com/v2/sprinkle.js" async></script>