I added items to use the slug, stripped of dashes, as a title to linked posts.
file: tumblr-ajax/tumblr-ajax.js
insert after var post_type = data_array.type;
87: var post_slug = (data_array.slug).split('-').join(' ');
Change now line 197:
from: post_title = '<a title="" target="_blank">' + "" + post_title + "" + '</a>';
to: post_title = '<a title="" target="_blank">' + "" + post_slug + "" + '</a>';
I have currently updated this little project to work with 4.3.1. Let me know if any of the current users would like improvements/mods on the current version.
Big thanks to Aris Blevins that made some updates while I was unavailable.
]]>I have updated this to work with WordPress 3.9.1, and generally cleared up the code. If you want me to add it to a repo somewhere, please let me know. If you are no longer maintaining this plugin, I would be a happy to take it over.
Aris
]]>I have published a new Tumblr post, yet two hours later the widget in the sidebar on our main website still shows the previous Tumblr post. You can see that and compare the posts on here.
So I wonder if this is a bug or if the update is, let’s say, once per six hours or something.
]]>Hello,
I thought I read this plugin can display tumblr posts on a WP page rather than the sidebar. How is this done?
Thanks,
Johnny