Viewing 15 replies - 31 through 45 (of 50 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    As I mentioned here, this parameter is added by Jetpack Publicize, but shouldn’t cause any issues on your site.

    You can follow the instructions given by Alex to remove the parameter.

    Where is this code entered in the htaccess?

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    That code gives a internal server error i was using this one

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Forget that message that code should of been code without #explanation to side of code easily overlooked

    Should just be

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} ^page=1$
    RewriteRule (.*) $1? [R=permanent]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Without quotations I am not a noob to coding but i missed that ??

    #removes it and makes a permanent
    #Checks for a query

    Hello, i’m missing something with Publicize. When pushing sharing buttons on my page, the facebook box doesn’t come up. It’s just cloning the article page i’m trying to share. Look

    Also, the counter of actions under facebook isn’t working properly. I had over 50 for this article, it only show’s 2 on the share button(by now). link
    Any ideas? Cheers!

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    @teodor Marin Could you start a new thread about your issue, since your issue seems different from the Original Poster’s?

    Thank you.

    i have the same problem in my fb account

    https://www.facebook.com/pages/Telefoniablog/332492446870808

    if i copy a news end with ?fb_source=pubv1 no title and image is show, if i remove ?fb_source=pubv1 from the link all works correctly.

    How can i resolve? i don’t know if the problem is related to the request to facebook to try new look!

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I tried all changes in htaccess but nothing is changing the links.
    Still there is ?fb_source=pubv1
    I just did the change so i will wait some time to see if this will change something.
    BTW adding ?fb_source=pubv1 is without sense.

    The WordPress Jetpack plugin is fine except for the manner in which it sends links to Facebook. That is ugly. WordPress should do something to make the Jetpack plugin send links to Facebook in a more professional style. It looks so amateurish with the pubv1 sticking out. Use Facebook plugin to link WordPress to Facebook.

    F.e. In tumblr links are shared proper only wordpress added their link which is good way.
    Thy should do same for fb.
    Till than I will connect my facebook page via twiiter.

    Hello Jeremy, i’m having the same problem with Jetpack Publicize, URL is ending like this: ?fb_source=pubv1.

    As you mention I follow the instructions given by Alex to remove the parameter.
    I tried all kind of possible changes in htaccess but still there is ?fb_source=pubv1.

    I install WordPress under a subdirectory, and then tell WordPress to appear as if it’s installed under the main domain, I don′t know if this is the cause of my problem.

    Please help me.

    Thanks in advance.

    Having the issue where Publicize is changing my image when sharing to Facebook. I have a featured image set with no images in my post, but when it shares it uses an image from a post a few days old. No matter what I post- I’ve tried posting numerous blogs- Publicize keeps using the same old image when sharing to Facebook. Any help or ideas? I’m using the Darke theme.

    Hello Jeremy,

    I’m using a WordPress Network. So, unfortunately, the solution presented doesn’t work for my .htaccess file.

    Because the code adds “?fb_source=pubv1” to my links, users aren’t able to access the page they are looking for.

    https://beingrick.com/blog/images/2013/05/09/quick-test-2/?fb_source=pubv1

    Perhaps the solution provided can be amended, or provided, for users who are using the WordPress Network.

    I would greatly appreciate a working solution for this. As for now, I will have to deactivate the sharing to Facebook.

    Thanks in advance for you help! Other than this minor issue, I enjoy the plugin.

Viewing 15 replies - 31 through 45 (of 50 total)
  • The topic ‘Publicize – Facebook link not displaying correctly’ is closed to new replies.