I use joomla with k2 and i need to add Opeh Graph meta tags to my items. I alreday have meta description and others which i don't need. I need to add meta og:image ,og:image:height and og:image:width. I try to do this with JS, but than facebook grabber doesn't see my meta tags. So i need to add them with backend part. Also i need the oportunity to change thir values from my admin panel. Maybe you know some plugins(free) or something else?
Thanks!
Joomla k2 items additional meta tags
669 Views Asked by Adoratus At
2
There are 2 best solutions below
0
Michael Yaeger
On
K2 has OpenGraph properties out-of-the-box. I've confirmed on a K2 site I have built that the og:image tag is there for K2 items and categories. However, I have never seen any use of the og:image:height and og:image:width tags. These are valid Structured Properties, but they are optional and rarely get used. Thus, you will likely have to override K2 to output those values.
For the rest of your pages, you can try the Phoca Open Graph Plugin. I have used that with good success, as well.
Related Questions in PLUGINS
- Chrome/Firefox plug-in for automatically opening the dev tools and executing code in the console
- Creating a modal window in product edit page in Shopware6 and saving data to custom table(repository) from a form within the modal window
- Swiper.js moves slides outside of viewport/page
- Responsive Lightbox & Gallery issue
- Unity - How to add C++ file directly to be used as a Plug-in
- Can not switch camera while recording with camera plugin, setDescription working but preview doesn't change
- can anyone help me for NSIS Script I have a case where I need to check cases can be 3.3 3.42 23.5 23.56w 3.467 999.999 999.99a but not 1.b or 8..a
- How can I know if a vscode intelliSense suggestion is visible?
- Loader / Spinner infinite | Filter Everything Pro
- HTML Not Rendering and Displaying as Plain Text on Frontend with Ninja Forms in WordPress
- I want to run my own interface that I coded with Python in RoboDK
- How to redirect uploads from customers to go into specific folder?
- TestNG update related issue
- Co Author Plus: Need to add co authors names with link
- JS-issue "undefined query" when trying to create chrome-plugin
Related Questions in JOOMLA
- Problem with a simple query script used in RS Forms on Joomla 4
- How point to other link after login
- How to get media manager file attribute (CREATED DATE) in Joomla! 3.10.5
- Joomla 5..0.3 delay in search
- how to make an .mp4 file inaccessible on the public side
- How can I make the content of <field> show only once/under the checkbox clicked?
- Site links have started giving 403 errors through Facebook debugger
- Joomla 5 translation for com_content category layout in custom template
- change the look of the user login in joomla
- How can I use a helper file in a system plugin?
- Trying to send html content in a JSON format using Python to Joomla API
- How to add Joomla 4 user via script
- Joomla - Remove script tags from head with a custom plugin
- Class 'SppagebuilderHelper' not found in Joomla CMS
- Trouble Integrating MySQL 8.0 with MAMP for Joomla 5 on an Older iMac
Related Questions in CONTENT-MANAGEMENT-SYSTEM
- Check REQUEST_URI for any /nl/ or /en/ to change my RewriteRules
- Website Architecture and programming language
- what is best frontend and backend tools to build management sites with the support of cross domain communication
- Joomla 5..0.3 delay in search
- Model attributes in the custom component controller of accelerator - How this is handled in the context of OCC and Spartacus?
- File manager for Ghost CMS
- Contentful UI extension to intercept unpublishing
- Multi layout column form in Optimizely CMS
- x icon disappears in Webflow
- The media files are not visible within the components when using Strapi API
- How to create a table of contents from Strapi rich text field
- I am getting issues with vtiger the open source crm, was working fine but now when i try to configure mailbox it loads foever doesnt work
- Next.js 14 Draft Mode not working in an iframe(headless CMS preview)
- Parent menu link opens children when clicked, instead of going to link (Drupal)
- Strapi CMS deployment external database supabase, managing content with Nuxt and images on Cloudinary
Related Questions in JOOMLA-EXTENSIONS
- Problem with a simple query script used in RS Forms on Joomla 4
- Class 'SppagebuilderHelper' not found in Joomla CMS
- Joomla Update Causing Frontend and Backend Issues – Admin Panel 500 Internal Error
- Joomla extension Articles Good Search module can't handle German "umlauts"
- How to add a custom class to GTRASLATE Plugin for JOOMLA?
- Error while trying to authenticate in joomla template
- PHP error "Failed to open stream: Permission denied"
- Joomla 4 system plugin does not get parsed
- Joomla / ESHOP Question - how i correctly pull the sub total, vat, shipping and total value from the order totals table?
- Joomla Logman Notify modify email message
- How to use a com_content extension category on other Joomla4 Component?
- How to restore the install from file upload container in the Joomla back-end admin
- How could I save special characters on text type on Joomla xml config file?
- Adding a menu item to Joomla's tinymce editor
- How do I create parameters in a Joomla module depending on another parameter / number?
Related Questions in JOOMLA-K2
- How to create a custom template for k2 category and assign this template into Joomla backed?
- How to migrate Joomla K2 to Wordpress
- Could i use k2 instead of joomla core articles?
- Detect on template index file if Joomla K2 item or Joomla Article
- Joomla k2 items additional meta tags
- How to change Joomla - K2 - item via code?
- Joomla custom types / custom fields without plugin?
- Joomla K2 change pagination titles by adding number of the page to the pagination
- Change image renaming in Joomla K2
- Display Joomla K2 Extra Fields only to Certain Users or Groups
- Get specific Value part from value in k2 extra field
- Filter articles by tag inside a category - Joomla and K2
- PHP variable not accessible until halfway through code
- List sibling items in Joomla! K2 item page
- Multiple Extra Field Groups for K2 (Joomla)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There is a free plugin and component by ITPrism http://itprism.com. You can find it here http://extensions.joomla.org/extension/itpmeta. The site where you can directly download is http://itprism.com/free-joomla-extensions/others/open-graph-meta
NOTE: You have to install the ITPrism library too. So you need to install two packages. The downloads can be found at the bottom of these pages
http://itprism.com/free-joomla-extensions/others/open-graph-meta
http://itprism.com/free-joomla-extensions/others/software-development-kit
Download the latest version 1.14.
This will work perfectly and solve your issue. No need of JS.