Plugin
You can add information related to each article just after its title with Fresh Reader Plugin. For example, it will show you the link which enable you to digg the article directly.
Enable Plugin
- Create a folder whose name is 'plugin' under Fresh Reader installation folder/directory, cf. The Folder/Directory Tree of the Fresh Reader
- Create 'plugin.txt file under the folder,
- Write your own HTML codes in 'plugin.txt' which you will see.
Note: For security reasons, please be carefull to write codes because the raw codes will be shown.
Variables which can be used in 'plugin.txt'
- ${url} - article URL
- ${url_html} - sanitized article URL
- ${url_escape} - encoded article URL
- ${title} - article title
- ${title_html} - sanitized article title
- ${title_escape} - encoded article title
- ${description} - article content
- ${description_html} - sanitized aritle content
- ${crawl} - date/time of the last crawl
- ${posted} - date/time the article was posted
- ${updated} - date/time the article was updated
An example : the link to digg post page
cf. Custom Submission-Only Button by digg.com
<a style="font-size:0.8em" href="http://digg.com/submit?phase=2&url=${url_escape}&title=${title_escape}" target="_blank">digg it</a>
Then, you will see [digg it] link like the following,



