DIRECTORY PUBLISHER
The most common means of integrating your eSpeakers Whitelabeled directory in your website is via a simple link. However, there may be places where you want to send your customers over to your directory with some search results already chosen.
These instructions are technical and intended for webmasters.
Create a Marketplace Search Box
Use the following code to create a marketplace search box.
Your web designer will still need to do work to style this and to fit in within your site.
xxxx should be replaced by your unique code.
See below for an example of using this as a complete URI rather than a form. You can use javascript on your page to create any type of forms or links you wish.
Link Directly to a Search Topic
Use the following URL to link to search results for a specific topic id:
The is the URI encoded version of:
xxxx should be replaced by your unique code, and 123 should be replaced by the ID number of the topic you're searching for. Everything after /setup/ is URI-encoded JSON.
See the section below on SITELISTS for instructions on seeing a list of available topics and their ID numbers.
Link Directly to the Result for a Keyword
Use the following URL to link to search results for a free-form keyword:
This is the URI encoded version of:
xxxx should be replaced by your unique code, and KEYWORD should be replaced with the word or phrase you want to search for. Everything after the ? should be replaced by the URI-encoded version of searchtags[]=KEYWORD.
Link Directly to a List of Awarded Speakers
Use the following URL to link to search results for common industry awards:
- https://www.espeakers.com/s/xxxx/v3/search/setup/%7B%22awards%22%3A%22csp%22%7D
This is the URI encoded version of:
- https://www.espeakers.com/s/xxxx/v3/search/setup/%7B%22awards%22:%22csp%22%7D
Everything after `/setup/` is URI-encoded JSON. `xxxx` should be replaced by your unique code and `csp` can be replaced with one of these values:
- capshof CAPS Canada - Hall of Fame
- cpae NSA - CPAE Speaker Hall of FameĀ®
- csp CSP Certified Speaking Professionalā¢
- fpsa PSA United Kingdom - Felow
- icfacc ICF - ACC Associate Certified Coach
- icdpcc ICF - PCC Professional Certified Coach
- icfmcc ICF - MCC Master Certified Coach
- nsaa PSA Australia - Hall of Fame
- dtm Toastmasters - DTM Distinguished Toastmaster
- cspgsf GSF - Global Speaking Fellow
- mpiok MPI - Chapter Speaker
- cspnsaa PSA Australia - CSP Certified Speaking Professional
- sa_hof PSA Southern Africa - Hall of Fame
- sa_founder PSA Southern Africa - Founders Award
- cic_cmp CMP - Certified Meeting Professional
- uk_hof PSA United Kingdom - Hall of Fame
- tedx TEDx Speaker
Getting Values to Build a Select for Topic, Speakers, or Industry Experience
If you want to show a dropdown list of available topics, speakers, or industry experience as a part (or all) of a form, you can get the data in JSON form at this URL:
- https://www.espeakers.com/s/xxx/index/sitelists
This returns a JSON object which is easy to consume with JavaScript to build select elements. The data looks like:
- {
- "idustries": {
- "1": {
- "name": "Advertising",
- "n_speakers": 3,
- "tag": "industry_1"
- },
- "2": {
- "name": "Agriculture",
- "n_speakers": 3,
- "tag": "industry_2"
- }
- },
- "topics": {
- "273": {
- "name": "Accountability",
- "n_speakers": 6,
- "tag": "topic_273"
- },
- "255": {
- "name": "Adventurers",
- "_speakers": 13,
- "tag": "topic_255"
- },
- "speakers": {
- "3438": {
- "name": "Craig Karges",
- "tag": "speaker_3438"
- },
- "3507": {
- "name": "Steve Uzzell",
- "tag": "speaker_3507"
- }
- }
- }
xxxx should be replaced by your unique code.
Related Articles
Adding Parts of the Directory Search Form to My Own Website
The most common means of integrating your eSpeakers Whitelabeled directory in your website is via a simple link . However, there may be places where you want to send your customers over to your directory with some search results already chosen. ...
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 ...
Adding and removing speakers from my directory
ing the eSpeakers Directory for your website, you can add to or remove speakers from your site. Your Directory will only search and show speakers you have chosen to display on your website. You choose which speakers you want on your site by ...
Rank Higher In eSpeakers Search Results
When event organizers -- your potential buyers -- are searching for speakers on a directory powered by eSpeakers, they typically begin their search by selecting a topic and a fee range. When the directory presents the buyer with a list of matching ...