Forum Replies Created

Viewing 15 posts - 1,876 through 1,890 (of 2,108 total)
  • Author
    Posts
  • in reply to: Retweet button + Bit.ly
    Aakash
    Keymaster

    Twitter currently uses its own URL shortener (<a href="http://t.co&#8221; class=”bbcode_url”>http://t.co) for shortening links. So there is no way of using <a href="http://bit.ly&#8221; class=”bbcode_url”>http://bit.ly in the Twitter’s official buttons.

    For more details, you can refer this page: <a href="https://dev.twitter.com/docs/tweet-button/faq#custom-shortener&#8221; class=”bbcode_url”>https://dev.twitter.com/docs/tweet-button/faq#custom-shortener

    Thank you.

    in reply to: WP Socializer and custom content types
    Aakash
    Keymaster

    Hello,

    Thanks for trying WP Socializer. Actually, I cant get your question. Due to want WP Socializer to run in “Custom post types” ??

    I didn’t understand the term “bbPress Topic types” ??

    Thank you.

    in reply to: Retweet button + Bit.ly
    Aakash
    Keymaster

    Hello,

    Thanks for using WP Socializer.

    Actually, you are using the default URL as “blah” .

    I still dunno, how that “blah” came as the page URL !

    I am seeing this code,

    Code:



    Please report some more details for getting the bug ….

    in reply to: No fixed template 1 in front page
    Aakash
    Keymaster

    1. Please post a screenshot of the page affected.

    2. Make sure, you load the scripts in the header.

    3. There is a problem with the Digg script (sometimes) due to asynchronous load.

    in reply to: Disable in pages
    Aakash
    Keymaster

    Fine !! 🙂

    in reply to: Disable in pages
    Aakash
    Keymaster

    hkalchemy wrote:

    How can I diable in pages without having to disable by clicking the boxes on every single page?

    Thanks!

    Go to Settings -> WP Socializer -> Placement (Tab) -> Template 1 or Template 2 (Tab) -> Check the boxes you need in the textbox you see!

    in reply to: Remove WP Socializer from right sidebar
    Aakash
    Keymaster

    yes !

    in reply to: Remove WP Socializer from right sidebar
    Aakash
    Keymaster

    Go to the widget settings page. Check out the “First widget” and remove it. That is the problem !

    in reply to: Lite Content Slider – Plugin v1.0
    Aakash
    Keymaster

    Thanks for trying the plugin. But in this version its not possible ! May be ill try it in the next version !!

    in reply to: undefined function home_url
    Aakash
    Keymaster

    Whats your WordPress version ?? sorry for the late reply ! :p

    in reply to: Remove WP Socializer from right sidebar
    Aakash
    Keymaster

    Can u please give the site URL ?

    in reply to: Lite Content Slider [jquery]
    Aakash
    Keymaster

    Please give the url of the page where you experience this problem… it will be useful..

    in reply to: Controlling Where WP Socializer Appears…
    Aakash
    Keymaster

    When i saw you website, the plugin is no enabled… please enable it so that i can get the problem…

    in reply to: Blog image not showing
    Aakash
    Keymaster

    You should use the “open graph protocol” to get the correct image from your blog. This is not an issue with WPSR. Its because, Facebook like button cannot select the right image for the post.

    Check this page for the Open graph protocol

    in reply to: "wp_socializer(‘plusone’, ‘type=tall’)" don’t works
    Aakash
    Keymaster

    renomartins wrote:

    Code:

    <?php
    if(function_exists(‘wp_socializer’)){
    echo wp_socializer(‘facebook’, ‘type=like&style=box_count’);
    echo wp_socializer(‘retweet’, ‘type=normal’);
    echo wp_socializer(‘plusone’, ‘type=tall’);
    } ?>

    Facebook and tweeter works. Plusone diplay standart type. What’s the matter?

    Thanks.

    I think.. i didnt mention in the documentation.. You need to include the “source codes of the required button” either in the header or the footer.

    For the +1 button, include the function

    Code:


    For retweet(twitter) button the function is

    Code:


    Fb buttons do not need a script as it loads the button via “iframe”

    Include these functions either in the “header or footer”

    If you use these button using the “Administration” page, the scripts will be automatically inserted. So no need to insert manually.

    If you are using WPSR only by manual insertion then do the above procedure.

    Sorry for not mentioning in the docs.. Soon ill update in the docs..

    Thanks for noting this..

Viewing 15 posts - 1,876 through 1,890 (of 2,108 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms