I have blog with Gatsby. Everything work when access blog post direct. For example when call this page load no problem: www.website.com/blog/blog-post-1
But when post to Facebook Facebook append fbclid: www.website.com/blog/blog-post-1?fbclid=XXXXX
Then when click this url this then make Gatsby blog post not load.
How to fix??
Related
In blog theme There are two pages
1) All Post in one page
2) Detail post page
To build page we are using wpbakery
When we see the page type 1(All post in one page) some of page bakery's back end code is showing where as It should be design.
Where as page 2(detail post) is working fine.
Here is Image for Blog list page.
Image for Page 2 Blog detail.
Is the issue of theme or wpBakery page builder plugin?
Created ticket with WPBakery Page builder, Moved all code to another server and updated again with fresh WPBakery plugin download.
Now it is working fine. Just update the php version and it's working fine.
is anyone tried to integrate a facebook post / photo with embedly?
I try to copy post / photo url from facebook:
Post URL:
Showing full article same as using "Embed post" from facebook.
Photo URL:
Showing only the exactly images, but not generated "title" and "description" parameter.
How can we accomplish this, is there any way to change parameter default value?
Thank you very much
You have to use either facebook Embedded Post , Or you can use facebook SDK to get data from facebook.
Ofcourse Url to Image will embedd only image. And Url to complete post will embedd complete post.
On my blog site on Post.aspx I edited the page, to modify the view so that we can remove the comments and likes from the posts. I saved my changes and the Post web part is no longer producing the post contents.
I have also completed the same process on the default.aspx Blog page and its just fine.
Please Please help.
I have a blogger.com blog that covers a variety of topics, including PC troubleshooting tips. I've decided to start a dedicated PC troubleshooting blog, using a different blogging service. I want to move some of those PC troublehshooting posts from the old blog to the new blog. I want people who end up at the old posts via search engines to be automatically redirected to the posts on the new blog.
I know I can easily redirect the entire blog to an external blog, but I don't want that. I want to preserve the old blog, but just relocate some of its posts to the new one.
I know I can redirect individual blogger.com pages to other pages within the same blog, but I don't want that either. I want to redirect to an external URL.
I can add html code to blog posts in blogger, but I think it only accepts code that goes into the {body} section. Perhaps my problem boils down to two questions:
is there a way to edit the {head} section of a blog post without doing it for the entire blog?
is there a way to do an automatic redirect using code that you put in the {body} section?
It wouldn't be a 301 redirect, but you could put this code inside your body:
<script type="text/javascript">
window.location = "http://myblog.blogger.com/mypost";
</script>
Use pages gadget for a proper search engine friendly 301 redirect. Go to layout > click pages gadget (or add it if you are not already using it) and edit it to simple add external page to your menu. The only caveat is that it will become a part of the menu and will not be a hidden redirect which you can only manually post in links.
There are comments on a webpage using the Facebook comments plugin, but I cannot see them. However, I can post my own comment logged in with Facebook.
The page has some kind of 'warning' about enabling an href?
href is the URL link to where your comments are located and what your users are commenting on. You need this for the plugin to work for other users.
As mentioned in the documentation,
News feed stories on Facebook will link to this URL.
Replace YOURURLHERE with the URL for where you have the comments plugin.
<div class="fb-comments" data-href="YOURURLHERE" data-num-posts="2" data-width="470"></div>