Browse Source

fix link to WP plugin

pull/683/head
Joe Germuska 10 years ago
parent
commit
80599f216b
  1. 4
      website/templates/_help.html

4
website/templates/_help.html

@ -1,6 +1,6 @@
<section id="help" class="container">
<h2>Help</h2>
<p>Have a question? Look for it in the FAQ below. No luck there? Search the Google group <a href="https://groups.google.com/forum/#!forum/verite-timeline" target="_blank">archive</a> or try the <a href="https://knightlab.zendesk.com/forums/22551396-TimelineJS" target="_blank">community support forum</a>.</p>
<p>Have a question? Look for it in the FAQ below. No luck there? Try our <a href="https://knightlab.zendesk.com/forums/22551396-TimelineJS" target="_blank">community support forum</a>. You may also find some answers in the old Google group <a href="https://groups.google.com/forum/#!forum/verite-timeline" target="_blank">archive</a>, although it is no longer an active discussion forum. </p>
<div class="row">
<div class="span12">
<div id="accordion-faq" class="accordion">
@ -57,7 +57,7 @@
<div class="accordion-heading"><a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-09" class="accordion-toggle collapsed">How do I use TimelineJS with Wordpress?</a></div>
<div id="faq-09" style="height: 0px;" class="accordion-body collapse">
<div class="accordion-inner"><p>The TimelineJS <a href="#embed">iFrame embed method</a> is compatible with WordPress. Some WordPress installs require users who want to paste code in to the HTML view to have an editor or administrator status — if you’re having trouble, make sure that you have sufficient permissions.</p>
<p>If you don't have the right permissions, try this <a href="https://github.com/VeriteCo/Timeline-Wordpress-Plugin">plugin for Wordpress</a>.</p></div>
<p>If you don't have the right permissions, try this <a href="https://wordpress.org/plugins/knight-lab-timelinejs/">plugin for Wordpress</a>.</p></div>
</div>
</div>
<div class="accordion-group">

Loading…
Cancel
Save