Code Monkey home page Code Monkey logo

og's People

Contributors

iworks avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

oliveratgithub

og's Issues

Web Apps an MacOS and ios

just for inspiration – i dont have a mac but i think it should work out of the box with your addon..perhaps someone can share infos..

Web Apps on macOS Sonoma 14 Beta (tomayac.com)

What’s new in web apps – WWDC23 – Videos – Apple Developer

News from WWDC23: WebKit Features in Safari 17 beta | WebKit

regardings ios different browser: as far as i get it pwa can now be installed also from edge oder chrome
Web Push for Web Apps on iOS and iPadOS | WebKit
-> Third-party browser support for Add to Home Screen

sinbad350

Adding a filter for “image” meta name.

Hello,

The plugin is excellent. Could you consider adding a filter for the “image” meta name instead of hard-coding it?

$image_id = intval( get_term_meta( $obj->term_id, 'image', true ) );

It would be great if it had a filter, perhaps something like this

$image_field            = apply_filters( 'og_term_thumbnail_meta', 'image', $obj );
$image_id                = intval( get_term_meta( $obj->term_id, $image_field, true ) );

Thanks.

Source: https://wordpress.org/support/topic/adding-a-filter-for-image-meta-name/

Filter to disable "Produce image extra tags"

Hi,
not really an issue, but could you please add a filter to disable the "Produce image extra tags" part of your code?
not really useful for my use case and is not triggered all the time, only on some pages. Then on certain refresh it works, in some it does not. I tried setting a longer transient exp, but it does not fixes the problem and a constant output is desirable.
Thanks in advance

OG plugin won't update wrong php version

The message says that I need to update my PHP version in order to update the OG plugin. Developer says it requires at least PHP 8.0. Directions send us to the PHP compatibility check that only works up to PHP 7.4. I am currently running PHP 7.4, with WP version 6.4.1

Does this plugin really require PHP 8.0?
Is there a PHP compatibility checker for WP that goes to 8.0 or higher?
Is there a solution other than to update to OG 3.2.5?

Meta itemprop «tagline» is unsupported?

I get structured data validation errors for the following meta tag added by the OG plugin:

<meta itemprop="tagline" content="My blogs description.">

I researched this & didn't find any reference / support of this itemprop. Should probably be removed / surpressed, I guess?

Transient name sent has boolean instead of string

https://wordpress.org/support/topic/transient-name-sent-has-boolean-instead-of-string/

Hi !

I recently switched from PHP 7.4 to 8.0 and saw that I had white screen errors sometimes (just need to refresh and it works usually).
I thought it was Query Monitor plugins, but according to the traceroute, it seems that it is OG which seems to sometimes send transient name as boolean.

The bug only appears when WP_DEBUG, and associated LOG variables are true in wp-config

https://wordpress.org/support/topic/php-8-0-compatibility-37/#post-17214638

Fatal error: Uncaught Error: str_replace(): Argument #3 ($subject) must be of type array|string, bool given
in /wp-content/plugins/query-monitor/collectors/transients.php on line 84

Call stack:

str_replace()
wp-content/plugins/query-monitor/collectors/transients.php:84
QM_Collector_Transients::setted_transient()
wp-content/plugins/query-monitor/collectors/transients.php:59
QM_Collector_Transients::action_setted_blog_transient()
wp-includes/class-wp-hook.php:324
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:348
WP_Hook::do_action()
wp-includes/plugin.php:517
do_action()
wp-includes/option.php:1360
set_transient()
wp-content/plugins/og/includes/iworks/class-iworks-opengraph.php:769
iWorks_OpenGraph::wp_head()
wp-includes/class-wp-hook.php:324
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:348
WP_Hook::do_action()
wp-includes/plugin.php:517
do_action()
wp-includes/general-template.php:3052
wp_head()
wp-content/themes/highwind-child/header.php:43
require_once()
wp-includes/template.php:790
load_template()
wp-includes/template.php:725
locate_template()
wp-includes/general-template.php:48
get_header()
wp-content/themes/highwind-child/single.php:10
include()
wp-includes/template-loader.php:106
require_once()
wp-blog-header.php:19
require()

Richer UI install available for Edge and Chrome

working on both brothers since severel months mobile and desktop – improving install experience after the prompt

more infos here:

Richer PWA installation UI – Chrome Developers

Richer UI install available for desktop – Chrome Developers

For example developers can use the description field to highlight the app’s features that incentivize the user to keep it in their devices. With the screenshots they can present the look and feel of the web app as a standalone, with all the easy access that platform apps have.

perhaps interesting for implementing – for inspiration take a look at superpwa

warm greetings 😉

sinbad350

Meta itemprop «author» (on blog author pages) are invalid

The OG plugin inserts the following Meta tag with itemprop reference author to the <head>, but this is invalid – it is even not allowed with something else than a CreativeWork or Book(Series):

<meta itemprop="author" content="Oliver">

Rather, a JSON-LD markup for Person would be the right way to insert this (as Microdata markup within the page's structure might be too complicated).

→ Refer to the specs here or use this handy online Person Markup-builder (although this has also some invalid markup, like worksFor).

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Person",
  "name": "Oliver Atgithub",
  "jobTitle": "WP User Role?",
  "sameAs": [
    "https://twitter.com/twittername",
    "https://linkedin.com/linkedinuser",
    "https://personalwebsite.com/"
  ]
}
</script>

WPML & OG

Hi.

I get a lot of these warnings in the log:

2024-02-06 13:24:59.340170 [NOTICE] [1428029] [T0] [xxx.xxx.xxx.xx:44528:HTTP2-9#APVH] [STDERR] PHP Warning: Undefined array key "en-eu" in /home/domains/mydomain.com/public_html/wp-content/plugins/og/includes/iworks/opengraph/integrations/class-iworks-opengraph-integrations-sitepress-multilingual-cms.php on line 51

“en-eu” is one of language codes in WPML for my setup, don’t really know why it is only warning for this, as I use 3 languages, “sv”, “en” and “en-eu”. The last two is both English, but due to my setup were I run one language only for EU-customers, they are separated as this. It is a feature in WPML to use same language with custom language codes.

Would appreciate if you could fix this 🙂 Thanks for a great plugin.

The page I need help with: https://www.armsportstore.eu/
Source: https://wordpress.org/support/topic/wpml-og/

Deprecated function with PHP 8.2 & 8.3

https://wordpress.org/support/topic/deprecated-function-with-php-8-2-8-3/

Hello,

I shall let you know that current version of your plugin uses at least one deprecated function in PHP 8.2 and 8.3.

Visiting plugins page (/wp-admin/plugins.php) with WP Query Monitor extension enabled, shows the following error:

Deprecated Message:

ltrim(): Passing null to parameter #1 ($string) of type string is deprecated

Location: wp-includes/formatting.php:4494 ltrim() wp-includes/formatting.php:4494esc_url() 
wp-content/plugins/og/includes/iworks/rate/rate.php:119
iworks_rate->add_donate_link()
wp-includes/class-wp-hook.php:324
apply_filters('plugin_action_links_og/og.php')
wp-admin/includes/class-wp-plugins-list-table.php:985
WP_Plugins_List_Table->single_row()
wp-admin/includes/class-wp-plugins-list-table.php:706
WP_Plugins_List_Table->display_rows()
wp-admin/includes/class-wp-list-table.php:1709
WP_List_Table->display_rows_or_placeholder()
wp-admin/includes/class-wp-list-table.php:1636
WP_List_Table->display()
wp-admin/plugins.php:796

In order to avoid getting such error, and to prepare for future PHP versions, it would be a great thing to adapt the code in order to fit newer PHP versions.

Best regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.