Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: mem_twitter
This plugin is also dependent upon twitter not having network issues. There are many instances where twitter is barely online due to various reasons that would prevent pings from happening.
Offline
Re: mem_twitter
When i uninstal the plugin, the entry “mem_twitter” at the advanced preferences already exist. How can i delete this too?
Visit my Textpattern sites:
Northerndelight | Hasenbude
Curiculum Vitare | Rezepteblock
Offline
Re: mem_twitter
Hi I can’t get this plugin to work.
Done all the checks.
txp 1.0.8
plugin 1.3.2
curl – yes
fopen – on
custom_1 changed to twitter
twitter user info – double, triple & +++ checked
It did work when I first installed but stopped working on 23 December 2008.
Can’t remember anything significant happening …
Hasn’t worked since – twitter appears in the custom field but no tweet.
Suddenly its urgent I fix this. No idea why. It’s time has come lol
There are 10 types of people in the world: those who understand binary, and those who don’t.
Offline
Re: mem_twitter
It was working for me on August 19th but I’ve since disabled it. I was using plugin version 0.2 though.
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Re: mem_twitter
Hi I’ve uninstalled.
Got txp:twitter to work by adding this line as suggested in the comments
curl_setopt($ch, CURLOPT_HTTPHEADER, array(‘Expect:’));
I got an error, but changed apostrophes to …
curl_setopt($ch, CURLOPT_HTTPHEADER, array(“Expect:”));
… and it works.
There are 10 types of people in the world: those who understand binary, and those who don’t.
Offline