ash.matadeen
Member
Posted 1 year ago #
Just trying out Tweet Images. I've noticed the the images are posted as wordpress posts with a random(?) slug name. Is there anyway to change this so that the slug is based on the post name? That way, the link to the image can be
domain.com/picture-of-cat
rather than the less meaningful
domain.com/893a26d458726
Thanks
Ash
http://wordpress.org/extend/plugins/tweet-images/
The plugin doesn't currently do this, but you can filter the post data before the tweet post is saved using the wpti_insert_post_data filter. :)
Webblerock
Member
Posted 1 year ago #
Thanks for the tip Simon. I've released a plugin to do just that.