Search:

Type: Posts; User: jamielife

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    Twitter just forced everyone on v1.0 of the API to use v1.1 (Looks like they started enforcing this today). You will need to switch the twitter library over to the new version to get this working....
  2. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Basically it's what ever program you're using to open the files and make changes. You could always download the trial of webuilder if need be.

    Infogate's solution might be something to try first....
  3. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Well darn, I thought I had figured it out. Unfortunately character encoding/charsets and all that isn't my area of expertise. I know when I set my charset to 'UTF-8 w/o BOM' as per the video I was...
  4. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Thanks for the details! It appears that this is a problem with your hosting company. It looks as though they may be blocking the ports needed for your site to connect to facebook. See this article:...
  5. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Hmmm without any more information, it's hard to say why that would happen. Just to confirm, you have created a separate facebook page, and have followed the video at: http://youtu.be/IfW42McTKyE
  6. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Hi Everyone,

    I've just released autoFacebook 2.1. I know it's been awhile and it's not so much an update as it is just updated video instructions. I also go over enabling automatic facebook posts...
  7. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    That doesn't look like it's from autoFacebook. I would look into your other mods. That looks like some kind of registration plugin, maybe a newsletter.
  8. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Thank you for taking the time to put that together.:clap:
  9. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    This applies new FB developer accounts (required for anyone using autoFacebook 2.0 or earlier to create their own app on facebook). This is merely facebook's way to authenticate that you are a...
  10. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Thanks securit, thought I had mentioned that somewhere but I guess it was on an earlier version. oops, I'll add it to my blog. as well as the sign up page.
  11. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Hmmm, Was the page created before or after you added the facebook app?
  12. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    The username can be whatever you want. It just helps me troubleshoot and might have future use.

    Did you download the light mod from : http://htmyell.com/autofacebook-light/
  13. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Did you download autoFacebook lite? You cant just change a line in the old autoFacebook it can be downloaded from htmyell.com




    Do you have a page set up on facebook via your main account?
  14. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    It would help to know how it's not working for you, what errors you're getting, etc. Especially with autoFacebook Lite, since it's really just copy and pasting a number and uploading...
  15. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Yeah, for now.

    The option to set a limit on posts (either by number per day setting, or check box when entering product) for higher volume updaters is in the to-do list... I promise.
  16. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    New Release!
    http://htmyell.com/images/share/autofblite-small.pngautoFacebook Light is here!

    Don't let the name fool you, this is perhaps the most robust version of autoFacebook yet. Just see the...
  17. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    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...
  18. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    It's in the works, but this involves a much larger change to critical zen cart files so it will take some time.
  19. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    I'll look into this as soon as i can.



    Switch to another host. Most hosts give you both with shared hosting. I use ipower, they start at 3.95 a month or something and you get everything you...
  20. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Do you have cURL and JSON installed on your server?
  21. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Each page has to be independently authorized. Here are detailed instructions for those adding a different page (thanks to whosyourdaddy)



    That should fix it
  22. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    that looks right

    Twitter can only take in so much so its better to just let users know there's an update and give em a link to check it out.

    You could change it to give the description but if...
  23. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    :oops: again...

    it should be:


    $message = strip_tags($message);
  24. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    :oops:

    Disregard that last post as well;

    I think I'm starting to lose my mind...



    to solve this with autoTweet 3 add:
  25. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    To anyone using autoTweet that is having an issue with products description not posting to facebook, it is more than likey caused by another mod adding to your description field (such as: FCKeditor...
  26. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    YAY!!!:clap::clap::clap: Finally!

    Thank you as well for being patient and working with me on so many experiments.



    Thanks for sharing it's always nice to hear everything worked right.
  27. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    You are right, I was thinking about the authentication process for autoFacebook1. I'm starting to think I manage too many mods to keep track of em all.

    I've got a fix for this developed that lets...
  28. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    So instead of:

    $prod_description = urlencode($prod_description);

    Try:

    $prod_description = strip_tags($prod_description);
  29. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Wait a minute, why is there HTML/CSS in your product description? Are you using a WYSIWYG editor or hand coding HTML in your descriptions or something like that? What other mods have you installed to...
  30. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    hmm... try
    deleting:

    $prod_description = urlencode($prod_description);

    and adding:

    settype($prod_description , "string");
    in it's place
  31. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Ok so this MIGHT fix it:

    However, I can't recreate the problem so I am unable to test.

    I think that it is server related and has to do with DNS/cURL settings. So if you're having a problem...
  32. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    oops, sorry wrong thread.

    this is only for autofacebook :blush:

    however, if it resolves the problem for facebook a autoTweet fix will follow soon.

    Sorry for the confusion
  33. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    Ok so this MIGHT fix it:

    However, I can't recreate the problem so I am unable to test.

    I think that it is server related and has to do with DNS/cURL settings. So if you're having a problem...
  34. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    Hmmm the autoTweet code by default should fall between lines 90 and 157. If you have made any edits, or moved it (while trouble shooting (which could have been my fault)) either move it back to just...
  35. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    You can do this, but you don't have to as you've already allowed your app to access all your pages.

    You could just take the individual page's number (which will be in your browser's address bar...
  36. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    What version of autotweet are you running? Sounds like you need to upgrade to autoTweet 3.
  37. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    ^I agree

    You'll need to re-authorize the app. The credentials are generated based on the type of app and were probably generated for the read only app, and not the read/write app. Some kind of...
  38. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Url encoding didnt work i take it? grrr

    Well, I'm thinking it has something to do with the way cURL is configured on varius servers. It's the only thing I can think of that would cause the same...
  39. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    That does seem odd. Does the facebook code work without the twitter code? and Do you have more than one page? Is anywhere else on facebook receiving the updates?
  40. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    just upload your original update_product.php file to admin/includes/modules/

    then delete the twitter folder.
  41. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    Yeah, that was an error in the documentation;

    all you need is:



    for twitter to work.

    Just ignore the username and password stuff.
  42. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    Updated mod was already released preemptively on august 11th and has been confirmed working as of 3pm on 9-6-2010.

    So you shouldn't have to wait at all. :)
  43. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    The new updates will not affect autoTweet 3 which is in compliance with the new oauth method of authentication.

    If you are having errors, please update to version 3.0.
  44. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Haha, Yeah never heard from them. Not sure what they mean by that. The app follows all of facebooks guidelines for authorizing access to a user's page. It also uses the facebook recomended php-sdk....
  45. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    Have you made any progress on this? Are you getting to the facebook allow access page?

    somethings to check;

    make sure the domain is set up correctly and the script is hosted on the domain...
  46. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    I'm not too familiar with all the zencart tax stuff but I would imagine find:

    $price = $products_price;
    around line 101 of your update_product.php file and change it to:

    $price =...
  47. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    No sadly I haven't. I can't reproduct the problem myself on my servers to test anything, so it make's it much harder to find a solution.

    I think that because of this, the problem is random and...
  48. Replies
    694
    Views
    125,333

    Re: AutoFacebook [Support]

    that's definited by in the $page_id

    if you'd like to specify go to your page in your browser and you should see the page's id number in the address bar. then in (update_product.php) just page...
  49. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    Can you post your autofacebook code for me. (make sure you remove personal info i.e. app id, secret, token, etc).

    Did you include the perion at the end of your page_token?
  50. Replies
    263
    Views
    45,485

    Re: AutoTweet [support]

    Is the product still added to your store? and is it added to your facebook?
Results 1 to 50 of 161
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR