![]() |
Quote:
|
I cant find the RSS feed url
Where do I go for this. |
Quote:
it seems like it would just be spamming twitter if your posting to many and twitterfeed has never gone done for me, I don't know why anyone would want to make things more complicated :p cheers dave |
I would rather use this mod than twitterfeed because I don't trust anyone with our twitter login details.
However, I would like it to check for new posts in several of our news forums every hour and post them to twitter. We would end up with maybe one new twitter update every couple of days tops, so it wouldn't be spamming. If your mod can take the new posts from several forums and not create duplicate twitter updates, I would install it. I appreciate the mod does what you need so you're not particularly motivated to amend it. But a simple table of posted thread ids would prevent duplicates. Thanks. |
This increased my traffic by SO much. Coming close to 1000 followers by using this and many many new registers. Thanks for the mod!!!
|
Quote:
Did a test post and nothing. Looked at the RSS feed in a browser it's there, but no updates to Twitter. |
Installed and working fine. Thanks!!
Just a couple of questions though. How do I get it to pull from more than one, but not all forums. Currently I'm using .com/forums/external.php?f=4 as my feed, and I want it to be .com/forums/external.php?f=4 + 6, 7, 8, etc (but not all). Ahh, just one question then. :) |
Hey,
I was "sorta" able to get this working... I did one update yesterday in the forum it is tracking and it worked. Then today I made 3 new topics, and out of the three, two showed up in Twitter. One was the same topic I did yesterday (so it posted that twice on Twitter), and one of the topics I had just made. So out of the 3 topics I made in the forum it is tracking today, 1 showed up, 1 was out of date, and 1 didn't show at all. All 3 show if I go directly to the RSS feed page (and are the newest in the feed). Any idea how I can troubleshoot? This tool is great, thanks for working on it. |
<a href="https://twitter.com/nightlifevibe" target="_blank">http://twitter.com/nightlifevibe</a>
Getting a few issues <![CDATA[ error comes up every now and then. and sometimes duplicate twitter posts some with errors and some not. you can take a look at my twitter to see whats going on. |
I get CDATA issue too
|
my server does not support curl. Is there a no-curl option?
|
It's not a huge issue but hopefully the CDATA gets fixed sooner or later.
|
Will this work at all for v3.6.12? I tried it and got the CDATA issue too. Might it have something to do with thread prefixes?
|
Is there any way to make it not do duplicate threads other than increasing the time between script runs?
|
Got same error:
Error: RSS file not found, dude, when using the scheduled task... external.php is perfectly working as we have it on viigo, php5.... everything is ok, but that error is present. How do i solve it? |
Hy thanks for this great Hack! :-)
I´ve only one problem, my letters Ö,Ü,Ä dont´t send to twitter, how can i fix this? |
turkish characters can not be sent to twitter via this mod. is there anything which i can do to fix this?
i changed utf-8 to latin5 but did not worked. |
i get many duplicate threads to twitter - whats going wrong there? if there is no solution - i have to uninstall this twitter tool because i dont want to flood twitter with duplicate content and delete ist manual.
any ideas? thank you |
Can u make to all rss?
Its missing a lot threads posts |
here is the code I've implemented to get around the duplicate issue.
The issue arose when the latest thread was not the current status of the twitter account, so I updated the code to search the entire feed page for the thread title. It now checks the contents of your twitter page and looks for a match with the title of the first item in the RSS feed, if it finds it it does not try to repost. If it does not find a match it will call the twitter API and submit the message. I then had an issue where it was posting <![CDATA[thread title]]. I discovered that this only occurred when there was an apostrophe in the thread title, so I added a replace command to strip out the CDATA text. There was also an issue where if your server did not receive a response from the twitter page in a timely fashion the script would not find a match for the latest title thread and would repost. I added a line in the script to search for your account name in the page, and if it finds it then call the twitter API. This ensures that there is no more double posting. You need to replace the contents of the twitask.php file in the includes\cron folder with the script below. You need to replace the ACCOUNTNAME text in the line http://twitter.com/ACCOUNTNAME with the name of your twitter account. this needs to be in the same case as the account name appears on your twitter page. PHP Code:
I've been running with the above script and options for the last several days and have eliminated the duplicate posting issues. |
i have installed but twitter comes up with ERROR int he updates?
|
This is a good idea. I'll be trying it out over the weekend.
|
worked for me!
|
Well, other people have posted this, but there's been no reply, so I'll post it too.
My RSS feed is correct: http://flotgaming.net/forums/external.php?f=43 If I run the task manually, I get the error: Error: RSS file not found, dude Any fix for this? |
correction... only works some of the times... i sometimes find that a single thread is posted up to 15 times in a row... most of the time it works, just not as frequent as i hoped.
|
When i manually do the cron, I?m getting this failure message:
Quote:
|
First, thanks for the mod.
My question is this.. I have 10 different "news forums" segmented by category (see http://www.amiga.org). ie: ---- Amiga News and Community Announcements (http://amiga.org/forums/external.php?f=2) - Amiga Events (http://amiga.org/forums/external.php?f=35) - Amiga.org site announcements (http://amiga.org/forums/external.php?f=16) .... and so forth. The problem is that the primary (container) forum is #2, but http://www.amiga.org/forums/external.php?f=2 does not show any of the RSS feeds for its sub-forums. I need a way to select multiple forum feeds for broadcast to twitter, but NOT have to show all of the forums on the site, since all other forums are used for general discussion. Thanks, Wayne Hunt Amiga.org |
Quote:
http://www.amiga.org/forums/external.php?f=38&type=rss http://www.amiga.org/forums/external.php?f=38&type=rss2 http://www.amiga.org/forums/external.php?f=38&type=xml or even http://www.amiga.org/forums/external.php Says something about "netscape stopped supporting this DTD in 2007" when I use RSS, otherwise, gives no ideas WHY it won't validate. If I can't submit multiples through the request above this one, I sure would appreciate some help trying to figure out why twitterfeed hates me :) Thanks, Wayne Hunt Amiga.org |
Quote:
|
Quote:
|
Quote:
|
Pretty annoying that this message pops up for so many people:
Quote:
***uninstalled*** |
Quote:
Quote:
I was able to fix this error by adding cURL to apache. |
I do have another question.....right now the cron job runs once a minute on my site....but it will only post 1 story per minute. There are times on my site that we may break multiple NFL news stories in that time span (we have a staff of news hounds). Is there a way for this modification to make sure it posts ALL missing stories in that minute span?
FYI....I am using the twitask.php file that gordietbh posted on page four of this thread. |
Quote:
|
I added the following code:
Code:
$title = utf8_encode ($title); //for the bloody umlaute |
Quote:
Welche Datei und welche Zeile? Ja die Umlaute sind wohl das Problem. |
It works for me so far ...... but I will keep an eye for all those mentioned issues in the next few days.
Nice mod ! |
Quote:
|
Quote:
|
All times are GMT. The time now is 01:33 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|