Directory Plugins to Use in Other Pages on My Site

Directory Plugins to Use in Other Pages on My Site

Adding elements of your speaker directory to other parts of your website is a great way to add value there and to drive more traffic to your directory.  

These plugins work with any platform, including Wordpress, Drupal, etc. 


Topical Speakers plugin

Directory administrators who want to show a list of speakers related to a specific topic can use this plugin on their web pages.  

The code to embed is: 

  1. <script src=" https://streamer.espeakers.com/static/embed/publisher/spkrs_by_topic.js "></script>
  2. <script>
  3. EmbeddableWidget.mount({
  4.   parentElement: '#plugin-mount',
  5.   numberSpeakers: 3,
  6.   topicId: 1317,
  7.   bureauId: 1645,
  8.   waitingMessage: 'Explore our experts in the full directory',
  9.   waitingUrl: ' https://www.espeakers.com/s/XXXX' ,
  10.   loadedMessage: 'Click a name to learn more about these experts!'
  11. });
  12. </script>

Additionally, you need an element on the page where the plugin will display the results: 

  1. <div id="plugin-mount" ></div>

You can set the  width on your element as desired to fit into your layout. You can also change the  id , but make sure to update the  parentElement parameter in the script tag to match. 

A description of the parameters in the script tag: 

  • parentElement a CSS selector for an element on the page where the plugin should display its results, 
  • numberSpeakers the number of speakers to display on the row of results 
  • topicId the numeric topic ID number for the topic you want to display. Get this from eSpeakers. 
  • bureauId your publisher ID number, provided by eSpeakers 
  • waitingMessage A message to display while the results are loading. 
  • waitingUrl A link to go to if the waiting message is clicked. 
  • loadedMessage A message to show below the row of resultant speakers
    • Related Articles

    • Plugins

      Make your site look and act like a million bucks with plugins that you can embed on your own web site. Embed Powerful Plugins on Your Web Site Follow these steps to make your eSpeakers profile a potent salesperson that works for you 24x7. As you ...
    • Directory Management For Webmasters

      If you are involved in the technology of your organization's website, then this section is for you. You'll learn how to easily add an eSpeakers directory to your existing website, how to control how it looks, and how to use elements of your directory ...
    • Use the Directory Sitemap for Search Engine Indexing

      If you'd like search engines to more quickly learn about your profile pages, you can do that with a webmaster tool called a  sitemap . This is an industry standard way for you to submit a list of pages to a search engine saying, "Please check these ...
    • Change the Page Title and Meta Description on Profile Pages

      Adding page titles and meta descriptions to the speaker profile pages generated by your eSpeakers directory can help search engines better understand and digest the information on the page.  How can I set a custom page title and meta description for ...
    • Using the eSpeakers XML Feed to Retrieve Data for Your Site

      My bureau or association subscribes to the eSpeakers XML feed. Instead of linking our site to the finished search engine and speaker bio pages, we want to retrieve the data via XML and present it ourselves. How do we do this? Adding the eSpeakers ...