India's Most Trusted Franchise Marketplace
Add franchise listings, a discovery quiz, or a search bar to your Ghost blog, WordPress site, or any HTML page with a single script tag.
Show N franchise cards filtered by category or budget. Responsive grid, auto-resizes in iframe.
<script src="https://franchise.talkytools.com/widget.js"
data-type="listings"
data-category="food-beverage"
data-limit="3"
data-theme="light">
</script>Parameters
data-category — category slug (e.g. food-beverage)data-limit — number of cards (1–6, default 3)data-budget — investment range (e.g. 10l-25l)data-theme — light or darkA 3-step quiz (Budget → Category → City) that recommends matched franchises. Auto-resizes each step.
<script src="https://franchise.talkytools.com/widget.js"
data-type="quiz"
data-theme="light">
</script>A minimal search bar with autocomplete. On submit or result click, opens FranchiseTalky in a new tab.
<script src="https://franchise.talkytools.com/widget.js"
data-type="search"
data-placeholder="Search franchises..."
data-theme="light">
</script>Parameters
data-placeholder — input placeholder textdata-theme — light or dark<script src="https://franchise.talkytools.com/widget.js"
data-type="listings"
data-limit="3"
data-theme="light">
</script><body>The widget.js script reads its own data-* attributes, creates an iframe pointing to the right /embed/{type} URL, and replaces itself in the DOM.
The iframe posts { type: 'resize', height: N } messages to the parent window whenever its content height changes, so the iframe always fits its content without scrollbars.
All embed pages work without cookies or authentication — they only show publicly listed franchises.
CORS: the widget script and embed pages are served with Access-Control-Allow-Origin: * headers.