
Ability 2 Read o.o.1 is a very easy plugin for WordPress, Joomla and any other CMS and website out there. This script allows users to read in a VERY EASY WAY your posts / pages in just a click.
Try it:
By (V) pressing the button above, a reading function will be called.
.
It uses a script made by LabArc90 called ReadAbility.
Follow the 2 steps below:
.
1 ) Go to your WordPress admin > Appearance > Editor > HEADER.PHP or to the ‘HEAD’ tag of your webpage like in the example…
<head>
…
here
…
</head>
…paste and save the following code:
<script type="text/javascript">// <![CDATA[
function displayAbility2read()
{javascript:(function(){readStyle='style-terminal';readSize='size-medium';readMargin='margin-medium';_readability_script=document.createElement('SCRIPT');_readability_script.type='text/javascript';_readability_script.src='http://lab.arc90.com/experiments/readability/js/readability.js?x='+(Math.random());document.getElementsByTagName('head')[0].appendChild(_readability_script);_readability_css=document.createElement('LINK');_readability_css.rel='stylesheet';_readability_css.href='http://lab.arc90.com/experiments/readability/css/readability.css';_readability_css.type='text/css';_readability_css.media='screen';document.getElementsByTagName('head')[0].appendChild(_readability_css);_readability_print_css=document.createElement('LINK');_readability_print_css.rel='stylesheet';_readability_print_css.href='http://lab.arc90.com/experiments/readability/css/readability-print.css';_readability_print_css.media='print';_readability_print_css.type='text/css';document.getElementsByTagName('head')[0].appendChild(_readability_print_css);})();}
// ]]></script>
.
.
2 ) After insert in every page or post the following input form (without the <code> </code>) to let users call it when they need it.
<code>
<form>
<input type=”button” value=”Click me!” onclick=”displayAbility2read()” />
</form>
<p>By (<a target=”_blank” href=”http://www.newmedia-tech.com”>V</a>) pressing the button a reading function will be called.</p>
</code>
.
THAT’S IT!
.
Important ) Please if you believe in the Net leave our link that is only the small ‘(V)’.
.
.
For any support, please leave your question/suggestion in the comments form at the end of this page.
Thanks.
.