i able to not display breadcrumbs full path as per provided info? - breadcrumbs

I using breadcrumbs but page title show in last
like: Home>category>sub category> Page title
I can display only Like: Home>category>sub category
don't display page title in website

Related

Repeating breadcrumbs text

In product page, categories are showing double time, here i attached screenshot. Nothing changed in codewise. I am using magento2.4.3

Tumblr: How to get Pinterest Widget to extract images of a photoset in Blog Post and Index Page

I would like to get the Pin It button to work on photosets: so when the pin it button is clicked, users can select an image from all the images from a photoset to pin. I am using the code provided by Pinterest widget generator and adding in tumblr variables as follows:
<a href="//www.pinterest.com/pin/create/button/?url={URLEncodedPermalink}" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a>
But when clicked it says "Sorry, couldn't find any pinnable things on this page." (You can see an example here: http://blog.kazoova.com/post/66130132457/driver-tuition-with-mike-cooper) Of course it would be ideal if I can get all images, but if not, even getting 1 image would be great too!
The other problem I notice is: on the index page of my blog (http://blog.kazoova.com/), if I click on the Pinterest widget, it returns me the image and description for the index page, rather than images for the specific blog post. How do I make it return me the images of a specific blog in the index page?
Many thanks for your help.

How to add custom button to facebook homepage

I am not sure what the correct way to ask this question is.
I will post a screen capture and let that assist me.
Notice the bottom of the screen capture. There is a row of buttons. They are Pictures, Likes, and BookNow buttons. How are buttons added to that location? What is the name of that portion of the screen? How can I add a button like the BookNow button?
These buttons are called Tabs which are displayed on a Facebook Page. There are few tabs provided by Facebook that a Page Admin can add to his page like Events Tab, Videos Tab, Photos Tab and Likes Tab.
Page Admins can additionally install other custom or available Page Tabs as per the requirement to increase the User's engagement with the Page. BookNow! App in your attached screenshot is a custom Page Tab that the Page has installed to allow other Page Admins to add the same to their Business Pages.
To add a custom Page Tab to your Business page you need to invoke the Add Page Tab Dialog box and select the Page from the list of Pages that your administer to add the Page Tab.

Concrete 5 summary detail page

The solution is probably not unique to Concrete5 CMS, but I need to build a page with a list of items. Each item would link to a detail page of that item showing a full text description.
Each item on the initial summary page would have the first few lines of the detail page description and a "more" link.
Does anyone know how I could go about doing this in C5?
This is a very common thing to do with Concrete5, and there is a built-in block to handle it -- it's called "Page List".
Note that out-of-the-box, this block doesn't show the first few lines of each page's content, but rather shows the "description" field as entered when creating the page (or editing the page's properties). But I have a free addon available in the marketplace called "Page List Teasers" -- http://www.concrete5.org/marketplace/addons/page-list-teasers -- which adds this functionality to the built-in Page List block.
You can also check out the blog views of the page list - they show how to display an area from another page with all the content blocks they contain, and how to display attributes. You could make a rich text attribute called description then display that as you loop through the list of pages.

Wrong content in popup window after "Like it"

I added the like facebook button on my website, it works well except that the popup window doesn't show me the correct content.
Simple sample:
In the homepage of my website I set the title tag to its name, suppose it is called "the universe".
Then I go to another page that has a title like "the sun is hot". If I click "like it" on this page the popup content shows me "the universe". This is wrong, I want "the sun is hot".
How to set the correct content on the popup window? Does the button "like it" take the title tag or what else?
Thank you
Does the like button refer to the url of the homepage and not the page you are actually on? The way the like buttons work now is they pull the meta Open Graph tags from the url in the like button, so the meta tags on the page called by the button dictates the content.
If you make it the url the current page with the correct meta, that should fix it.
Run the page your like button is pointing at through Facebook's Debug Tool
This will show you the metadata Facebook is detecting for that URL, and/or clear the cache if you've updated the meta tags on your site recently