We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Plugin: Tweet This

Development and Programming

vacquah's avatar
vacquah
355 posts
15 years ago
vacquah's avatar vacquah
Just installed as the doc explained. Filled in my API key. Works as expected.

what version do you have?

       
vacquah's avatar
vacquah
355 posts
15 years ago
vacquah's avatar vacquah
Just installed as the doc explained. Filled in my API key. Works as expected.

jsut switched to bitly - still having the same problems i mentioned in a couple of posts up - the entire page goes blank. perhaps there is a new version out ..

       
vacquah's avatar
vacquah
355 posts
15 years ago
vacquah's avatar vacquah
Just installed as the doc explained. Filled in my API key. Works as expected.

Using Eric Barnes version now - getting a message “no direct script access allowed”

       
Joobs's avatar
Joobs
362 posts
15 years ago
Joobs's avatar Joobs

I was having a problem with ampersands (& amp;) in the titles not getting send to the twitter status correctly.

To solve this in short n tweet I edited lines 118 and 119 so it would also swap “& amp;” with “% 26” and that seems to do the job

seems the forums are converting the encoded characters. Remove the spaces in “& amp;” and “% 26”

$search = array("‘", "’", "“", "”", "–", "—", "& amp;");
$replace = array("'", "'", '"', '"','-','--', '% 26');
       
illvibe's avatar
illvibe
19 posts
15 years ago
illvibe's avatar illvibe

For some reason I can’t seem to get this plugin working.

I’m using PB 2.0.1, Build 20100215

I’ve made sure it’s the PB2.0 compatible version and that it’s in the third party folder with the same name eg:

system/expressionengine/third_party/shortntweet/pi.shortntweet.php

And it’s coming up when I view my plugins in the admin.

However when I try and use it eg:

{exp:shortntweet title="{title}" url="{url_title_path=weblog/item}" short_url="bit.ly"}
<li><a href="http://{twt:twitter_url}{twt:title}">Tweet this thang</a></li>
{/exp:shortntweet}

I keep getting:

Error The following tag has a syntax error: {exp:shortntweet} Please correct the syntax in your template.

Any ideas?

       
First 4 5 6

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.