Updated is the ability to hide the avatar, change the username to an alternate title, hide the timestamp, and hide repsponses. I'm having some difficulty with pulling the saved information back out of the database for the form. Anyone want to help with that?
Hey I wanted to thank you for the block and all the effort you have put into it :)I haven't installed it since i don't have a twitter account, but anything to advance c5 as a whole in my mind is greatly appreciated :)
I've just downloaded the Twitter Block and going to install it shortly. My Site is still under construction but you will be able to check it out at http://rosspublicrelations.com
I've installed and this is a great tool like I stated, but I can't seem to control the number of post that are showing. I have the option set to 3 but I'm showing 5 tweets. Anyone else had that issue?
For me, this turned out to be a cURL problem. I modified the plugin controller to use PHP stream functions instead and it seems to be working fine for me. The modified controller.php is attached. This should be placed in blocks/twitter/
I would love to see a div at the bottom with a graphical element to follow the displayed twitter user. Also, I would like to see a more elegant way to edit the display that editing the actual php.
Warning: Invalid argument supplied for foreach() in /homepages/29/d290152409/htdocs/blocks/twitter/view.php on line 35
I've tried all 3 versions supplied by damiro and the fix suggested by gigamyke -- and still receive the same warning -- any ideas? Was I supposed to manually edit any of the php files?
thanks for the block. I've just needed a similar block today and have found this block. It did not work initially so I've made some minor fixes. It's now working with my Concrete 5.3.1.1.
so far I really like the block you've created and it works very nice!
I think it's a hard one, but is it possible to have twittered url's also made available as links through the block? Currently links are not clickable, do you know how to do this?
First, thanks for the block. Excellent. It looks much nicer than just adding a Twitter RSS feed.
I've made some changes to it:
1. CSS formatting based on the parent website more than the block itself.
2. Different CSS spacing, layout, etc.
3. Functionality to automatically hyperlink any URL in a tweet (popping the URL in a new window to boot).
4. A handful of small bug fixes
Hi I'm running 5.3.3 I have just tried to add the twitter block above however get the following error
Fatal error cannot use object of type StdClass as array in home/gothinkd/public_html/blocks/twitter/view.php on line 18 anyideas please?
Hi i m new to concrete5,when i add the twitter block from block list it gives the following error.
Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\test concrete\packages\jereme_tweetcrete\libraries\twitteroauth\twitteroauth.php on line 181.
Twitter limits the public views of a profile to < 150 per hour for a single IP, so if you're testing you can hit the situation where the view.php fails as Twitter is returning an error.
To work around this modify the view.php to check for Twitter errors as follows: