Says it all:
]]><error code=”68″>
The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.
</error>
This looks like a great plug-in. It is great that twitter tweets will appear in my WordPress posts. However, if I have Publicize connected in a www.remarpro.com site via Jetpack, will this create a double post on my WordPress site?
Many thanks,
Dave
How to share image link and let twitter2posts grap that image and post it
]]>Using this plugin, I’m getting some occasional warnings showing on the page. Is there a way to solve the problem that generates these warnings, or at the very least, suppress them from displaying on the page somehow?
I’ve suppressed the domain, server & screen names shown in the url for the privacy of the people I’m working with here, but just so you know, that’s not the issue – it’s been working fine with the twitter user normally.
Warning: DOMDocument::load(https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=****) [domdocument.load]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request in ****/wp-content/plugins/twitter2posts/lib/cron.php on line 19
Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity “https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=****” in ****/wp-content/plugins/twitter2posts/lib/cron.php on line 19
Thanks for your help
]]>Just wanted to let you know that Twitter2Posts v1.1 adds a “Settings” link to every plugin in the list of plugins vs. just your own. See here:
https://screenshots.newclarity.net/skitched-20121012-031638.png
You should be hooking 'plugin_action_links_twitter2posts/twitter2posts.php'
instead of just 'plugin_action_links'
for your t2p_plugin_manage_link()
function.