• Resolved Jeremy

    (@boilr)


    First off, thanks to Alex King for this great plugin, and thanks in advance for the support from the WP community.

    I am using Twitter Tools v1.6. I am trying to figure out how to edit the plugin to add a default image to be displayed at the top of the weekly digest post so that the process is truly automatic (as it already takes care of posting it with specified category, tags, and correct author).

    does anyone know how to edit the output (generated by the plugin) for the weekly digest code to do this?

    here is an example of a digest in which i’ve manually added the image to the top of the post after it is auto-published – http://www.boilr.net/2009/04/11/boilr-tweets-weekly-digest-2009-04-11/

    Also, as noted on the author’s plugin page, there is some wonky non-localized time issues…as such, I cannot figure out the difference in time between when I specify the weekly digest to post and when it actually does so that I can avoid having posts go up at the end of a day as opposed to early the next morning.

    any and all help would be greatly appreciated – thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jeremy

    (@boilr)

    I figured out how to add an image into the output of the Twitter Tools plugin (auto-digest function):

    if (count($tweets_to_post) > 0) {
    $content = ‘<p align=”center”><img src=”http://www.example.com/image.png&#8221; alt=”image” title=”image” /></p><ul class=”aktt_tweet_digest”>’.”\n”;

    hope that helps others looking to do the same.

    oh, and here’s an example of the output – weekly digest with image

    Oh, this solves one of my problems. Thanks boilr!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding default image to Twitter Tools weekly digest post’ is closed to new replies.