Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Answertips for WordPress

You're almost ready to AnswerTips-enable your WordPress site. The following are
instructions for installation provided by the developer.

Instructions:

  1. Extract AnswerTips-for-Wordpress.php to: wp-content/plugins/
  2. Login to the WordPress Site Admin Panel.
  3. Go to Plugins Tab.
  4. Activate the AnswerTips-for-Wordpress plugin. At this point, your blog pages will have the AnswerTips functionality in them. Double-click any word to see it in action.
  5. Go to the Options tab, then the AnswerTips-for-Wordpress tab.
  6. There is a text box at the bottom of the page with html code to insert in your sidebar to show off the AnswerTips icon. Copy this text.
  7. Go to the Presentation tab, then the Theme Editor tab.
  8. Pick the file to add the icon to. We recommend the sidebar, click on sidebar in the list on the right of the page.
  9. Paste the html code snippet where you want the icon to show up. For some templates the sidebar is based on an unordered list so you might have to copy and paste a <ul><li></li></ul> from the existing code to insert the icon html into.
Example:

<div id="sidebar">

<ul>
      <li>
         <a href="http://www.answers.com/topic/answertips" onclick="return ANSW.b5.SendQuery(this,'AnswerTips');"><img src="http://www.answers.com/main/images/Default-ATips-Logo-108x25.gif" border="0"></a>       </li>
</ul>
<!-- other stuff -->
<ul>
      <li>
         <?php include (TEMPLATEPATH . '/searchform.php'); ?>
      </li>
</ul>

Requirements:

Your WordPress theme must contain a call to the get_header() function.

Support:

Please contact Support regarding service and JavaScript errors.