Tagged Questions
1
vote
0answers
168 views
Adding (image) caching to my Tumblr widget
I've hacked together a simple plugin to show the latest image from a Tumblr blog.
To avoid upsetting the Tumblr API (v1), I want to cache that image within Wordpress...
I think perhaps I can do this ...
2
votes
3answers
2k views
How to find attachment ID for first image in a post
I am using a plugin to forward photo posts from wordpress to a tumblr blog.
I have the following code:
//post blog to tumblr
function postBlogTumblr($postID)
{
$URLServer = ...