Skip to main content
All CollectionsQuid Monitor Pulses
Adding Pulse Widgets to Leftronic
Adding Pulse Widgets to Leftronic

Learn how to create a custom Pulse in a Leftronic dashboard.

Stephanie avatar
Written by Stephanie
Updated over a year ago

To create a Pulse in a Leftronic dashboard:

1. Copy the following code to your Clipboard:

<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)) 

{js=d.createElement(s);js.id=id;js.src=p+"://admin.netbase.com/cb/pulse/embed/embed.js";fjs.parentNode.insertBefore(js,fjs);}}

(document,"script","embed-js");</script>

<div class="netbase-widget sub-container" data-type="mentions" data-id="af0a69e5-1989-4dc2-a697-7d5a2e13eaba"></div>

2. In Leftronic, create a new dashboard.

3. At the top left, click the plus sign (+) to add a widget.

4. In the Services dialog, click My Custom Data.

5. Scroll down and click <HTML> in the list's right column. Leftronics adds an empty HTML widget to the dashboard.

6. In the Custom HTML widget, click the wrench icon.

7. In the My Custom Data: Custom HTML dialog, do not select anything—simply click Save.

8. In the Custom HTML widget, click the pencil icon:

9. In the Edit Widget Data dialog, paste the code from your Clipboard.

10. Modify only the portions of the code that are highlighted below:

For data-type, use one of the following values to specify the widget type:

Widget Type

data-type Value

Emerging Topics

emerging_topics

Geo Hotspots

geo_hotspots

Image Pulse

images

Impressions

impressions

Mentions

mentions

Most Recent

most_recent

Most Impressions

most_impressions

Most Retweets

most_retweets

Net Sentiment

net_sentiment

Retweets

retweets

For data-id, copy the ID number from your own Pulse URL:

11. Click Save.

12. Click and drag to size and position the widget in the dashboard.

13. Repeat steps 3-12 to add other Pulse widgets to the dashboard.

14. View the dashboard in full screen.

📝 NOTE: Because Leftronics scales the dashboard and widget based on the screen size, some widgets that appear truncated in edit mode appear completely in full-screen mode.

Did this answer your question?