Page 11 of 70 FirstFirst ... 9101112132161 ... LastLast
Results 101 to 110 of 695
  1. #101
    Join Date
    Sep 2005
    Location
    New Zealand
    Posts
    92
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Hi Folks,

    Just installed version 2 on http://www.kiwisouvenirs.com linked to facebook group http://www.facebook.com/pages/New-Ze...7449840?ref=mf

    The installation was straight forward and much easier than version 1.

    Big THANK YOU to Jamie for providing us non programmers with a great marketing tool.

    Paul
    Paul
    ######################################################################
    http://kiwisouvenirs.com/

  2. #102
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    hello,

    autoFacebook 2.0 is now available!

    This should fix the API Error Code: 100 issue a lot of people are having.

    And hopefully a lot of other stuff as well.

    It will also now give you Zen-Cart style messages letting you know what went wrong or if it was a success when you add a product.

    it's been uploaded to the contirbutions section but for those of you who don't want to wait it's available at http://htmyell.com/autofacebook-2-0/

    As always I will try my best to support this via this thread and my site.

    Let me know what you think,
    Jamie
    Jamie thank you for updating the module works great except one thing. I can not get it to pull the item description for some reason. It will just post the item name, price, picture and link but no description. Any help would be appreciated. Thank you.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by countrycharm View Post
    Jamie thank you for updating the module works great except one thing. I can not get it to pull the item description for some reason. It will just post the item name, price, picture and link but no description. Any help would be appreciated. Thank you.

    Hmmm, try changing line 104 to:

    PHP Code:
    $prod_description implode(" "$_POST['products_description']); 

  4. #104
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    Hmmm, try changing line 104 to:

    PHP Code:
    $prod_description implode(" "$_POST['products_description']); 
    Hi Jamielife that didn't work either. You can see what i'm talking about here. Thank you again
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #105
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by countrycharm View Post
    Hi Jamielife that didn't work either. You can see what i'm talking about here. Thank you again
    Ok how bout just:
    PHP Code:
    $prod_description $product_description[1]; 
    or

    PHP Code:
    $prod_description $_POST['products_description'][1]; 
    Last edited by jamielife; 29 Aug 2010 at 10:06 PM. Reason: added code

  6. #106
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Feature Request - Is it possible to somehow limit how many post per day? We literarily add 100s of products if not 1000s to our site on a weekly basis. Updating our Facebook page with every new product will drive our fans crazy and definitely will pass as a spam.

    Thanks!

  7. #107
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by BlessIsaacola View Post
    Feature Request - Is it possible to somehow limit how many post per day? We literarily add 100s of products if not 1000s to our site on a weekly basis. Updating our Facebook page with every new product will drive our fans crazy and definitely will pass as a spam.

    Thanks!
    It is possible i'll look into it for the next release. Good idea.

  8. #108
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    Ok how bout just:
    PHP Code:
    $prod_description $product_description[1]; 
    or

    PHP Code:
    $prod_description $_POST['products_description'][1]; 
    Hi jamielife thank you for the help. I tried both the other codes still nothing. I have racked my brain on this but still unsuccessful.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #109
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by countrycharm View Post
    Hi jamielife thank you for the help. I tried both the other codes still nothing. I have racked my brain on this but still unsuccessful.
    Just about all those work for me.

    Maybe try adding

    PHP Code:
    echo "<pre>";
    var_dump($_POST['products_description']);
    exit; 
    just before
    PHP Code:
    //AutoFacebook 
    somewhere around line 90-ish

    let me know what it says

  10. #110
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    Just about all those work for me.

    Maybe try adding

    PHP Code:
    echo "<pre>";
    var_dump($_POST['products_description']);
    exit; 
    just before
    PHP Code:
    //AutoFacebook 
    somewhere around line 90-ish

    let me know what it says

    getting close, but the product will not insert now. It shows this when trying to insert product.


    array(1) {
    [1]=>
    string(499) "
    [FONT=\&quot;VERDANA,]Stylish serving is a snap with this country themed Lazy Susan! Jaunty rooster motif brightens any gathering with down home charm; smoothly rolling turn table gives guests fingertip access to their favorite treats. [/FONT][FONT=\&quot;VERDANA,]Weight 4.6 lbs. Tempered glass and stainless steel. 14" diameter x 1" high.[/FONT]
    "
    }
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 
Page 11 of 70 FirstFirst ... 9101112132161 ... LastLast

Similar Threads

  1. v151 autofacebook help
    By sean g in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Nov 2014, 08:52 PM
  2. AutoFacebook and Canada Post Modules
    By DJLQD in forum General Questions
    Replies: 0
    Last Post: 27 Feb 2013, 02:32 PM
  3. v139h Help please with Autofacebook - Support thread is no longer supported
    By shags38 in forum General Questions
    Replies: 0
    Last Post: 18 Jul 2012, 01:49 PM
  4. Problems with AutoFacebook
    By amanda099 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Aug 2010, 10:12 AM
  5. AutoFacebook OG 1.3.9 addon problems
    By eOstrE in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Jul 2010, 09:44 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