Page 17 of 27 FirstFirst ... 71516171819 ... LastLast
Results 161 to 170 of 264
  1. #161
    Join Date
    Sep 2008
    Posts
    47
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    Didn't work. Still getting invalid login. I've used my login ID for Twitter and my email. What am I missing guys???

  2. #162
    Join Date
    Sep 2008
    Posts
    47
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    I have no idea where to go on this problem. Gonna take a break cause it's giving me a headache. Feel free to chime in if you have any idea why I keep getting the invalid login error!!

  3. #163
    Join Date
    Sep 2008
    Posts
    47
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    Tried adding Twitter login.....still invalid login. Checked to make sure it was the correct Twitter login and it is. Tried removing it completely...still IL. It loads a generic store url but no direct path to the item nor does it shorten the link.


    Guess it isn't meant to be used by MOI!

  4. #164
    Join Date
    Sep 2008
    Posts
    47
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    After a couple of days of driving myself battier with this app....it hit me in the middle of one of my naps.So I checked and changed and reloaded....I FIXED IT!! I B Bad!! uh huh uh huh!!!

    It is working like a charm now

  5. #165
    Join Date
    Feb 2008
    Posts
    45
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    great module.

    problems for me the url doesn't get shortened and just posts the store home URL.

    Can I easily change it to post the real link to the item rather than trying to shorten it?

    Can I change the price from US$ to UK£

    and finally is there anyway I can make it tweet a product that isn't new? most of my stock is added by CSV file so I don't actually create a new product, if it tweeted everytime I updated a product that would do as I could quickly edit each product and not actually change anything?

    Am I a pain? - well yes probably

  6. #166
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoTweet [support]

    Quote Originally Posted by Badvoc View Post
    great module.

    problems for me the url doesn't get shortened and just posts the store home URL.

    Can I easily change it to post the real link to the item rather than trying to shorten it?

    Can I change the price from US$ to UK£

    and finally is there anyway I can make it tweet a product that isn't new? most of my stock is added by CSV file so I don't actually create a new product, if it tweeted everytime I updated a product that would do as I could quickly edit each product and not actually change anything?

    Am I a pain? - well yes probably
    1. If you're using autoTweet3, when bitly fails it will automatically use your the real link instead. Check your bitly info, i've never heard of it failing. If you're using another mod that alters your URLs autoTweet wont work with those. If none of that works, then the answer is No, there is no easy way to do this.

    2.Yes, on line 122 of update_product.php you should see
    PHP Code:
    if ($showprice){ $message .=  ' Only $' $products_price '.'; } 
    Just change the 'Only $' to: 'Only £' However, I get conflicting reports on the pound sign working so if it doesnt show for you I would either make it say 'Only ' which will make it read something like: 'new product only 9.99'
    or
    You can spell out pounds so that it would look something like 'new product only 9.99 pounds' or change the word pounds to 'GBP' or whatever you like by using:
    PHP Code:
    if ($showprice){ $message .=  ' Only ' $products_price ' pounds.'; } 
    3. Yes, move all the code from lines 90 through 157 (where you see the beginning and end of autoTweet) to line 176. This will tweet only when a product is updated (note: hasn't been fully tested but I have heard from the people who have tried it that it works.)

    4. Yes, haha jk.

    Hope that helps

  7. #167
    Join Date
    Feb 2008
    Posts
    45
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    Quote Originally Posted by jamielife View Post
    1. If you're using autoTweet3, when bitly fails it will automatically use your the real link instead. Check your bitly info, i've never heard of it failing. If you're using another mod that alters your URLs autoTweet wont work with those. If none of that works, then the answer is No, there is no easy way to do this.
    I logged into bitly and reset the bit.ly api key and put the new one in the file and that's working great now
    Quote Originally Posted by jamielife View Post
    2.Yes, on line 122 of update_product.php you should see
    PHP Code:
    if ($showprice){ $message .=  ' Only $' $products_price '.'; } 
    Just change the 'Only $' to: 'Only £' However, I get conflicting reports on the pound sign working so if it doesnt show for you I would either make it say 'Only ' which will make it read something like: 'new product only 9.99'
    or
    You can spell out pounds so that it would look something like 'new product only 9.99 pounds' or change the word pounds to 'GBP' or whatever you like by using:
    PHP Code:
    if ($showprice){ $message .=  ' Only ' $products_price ' pounds.'; } 
    using the £ sign gives this error:

    Twitter could not be updated: 400 Bad Request: Invalid Unicode value in one or more parameters
    To paste the code into twitter yourself use:

    and with either having it as just 'only' and/or adding GBP it adds 00 to the end of price so it gets displayed as only 9.9900. or 9.9900GBP. so think I'll just disable the price part and not use it :)

    Quote Originally Posted by jamielife View Post

    3. Yes, move all the code from lines 90 through 157 (where you see the beginning and end of autoTweet) to line 176. This will tweet only when a product is updated (note: hasn't been fully tested but I have heard from the people who have tried it that it works.)
    worked a treat, thanks for your time

  8. #168
    Join Date
    Feb 2008
    Posts
    45
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    on a side note the same problem happens with price on autofacebook - add £ no £ shows and 00 appears at end of price

  9. #169
    Join Date
    Feb 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    Ok i've installed this and get no errors...
    well, no error messages!

    basically i add a product and the screen goes blank when i click to add.

    if i remove the twitter folder then i can add products fine... re add the twitter folder and the cart messes up... so something is wrong.

    if i click to go back then it sayd the product is in the catagory but it doesnt show up, and nothing gets posted to twitter...

  10. #170
    Join Date
    Jan 2007
    Posts
    92
    Plugin Contributions
    2

    Default Re: AutoTweet [support]

    I am getting this error
    Twitter could not be updated: 401 Unauthorized: Invalid / used nonce
    To paste the code into twitter yourself use:

    Anyone have any idea why?

 

 
Page 17 of 27 FirstFirst ... 71516171819 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  2. v151 Autotweet Errors/Not Posting
    By Little Red Crane in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Mar 2014, 04:56 PM
  3. is there any AutoTweet addon or autofacebook addon work well with EasyPopulate?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Dec 2010, 03:17 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR