There is no shortcode yet! I’ll fix it in the next update!
Can’t wait! Thanks.
Any chance to support thumbnails perhaps?
I”m planning to use this plugin on a users “profile” page on ecommerce to show 10 thumbnails of his last viewed posts.
You mean only showing the thumbnails?
Titles and thumbnail.
My goal is to create something like this:
View post on imgur.com
I use:
<h1><a>"><?php the_title(); ?></a></h1>
<a>" rel="bookmark" class="xxxx" title="<?php the_title_attribute(); ?>">
<?php the_post_thumbnail(); ?> </a>
First of all, you will get most out of SEO if you have a single h1 tag on each page. So to use it multiple times like you describe, it’s not a good idea! Second, I can make a checkbox for the thumbnail to behave like a link( or not) and one for show/hide excerpts, but that’s all! I will not change the html-structure or tags, just to make it custom for you. If you want too, you can hack it by yourself, or use css like position absolute.
Last: The shortcode is still coming!
I updated the plugin to version 0.9.0! Now you can use a shortcode inside your pages or posts. Use [dd_lastviewed widget_id=”14″] eg.
I hope you like it (if so don’t forget to rate!). I mark this topic as resolved.