Embeddable WidgetsThe following code can be used to embed content from JournalQuest anywhere on your website. Insert the desired widget code directly where you want the content to appear. Latest Articles WidgetDisplays a listing of articles from your most recent journal issue. Optional: specify an an Issue ID (data-issue) to display a list of articles from a specific issue other than the most recent.
<script id="spjq_latest" type="text/javascript" src="http://www.inquiriesjournal.com/widgets/jq-latest.js" data-jid="6" ></script>
<div id="spjq-latest"></div>
Archive WidgetDisplays a gallery of all your issues. Optional: specify data-size="big" to display large thumbnails, or omit data-size to display small thumbnails (default).
<script id="spjq_archive" type="text/javascript" src="http://www.inquiriesjournal.com/widgets/jq-archive.js" data-jid="6" ></script>
<div id="spjq-archive"></div> |