Michael
Forum Replies Created
-
Forum: Plugins
In reply to: [Shariff Wrapper] (Option) Shortlink beim Twitter-Sharingund den rel=’shortlink’ kann man glaube ich mit der Funktion wp_get_shortlink() auslesen.
Das folgende hatte ich schonmal irgendwo gefunden und das nutzt den rel=’shortlink’ Eintrag wenn vorhanden und ansonsten den normalen Link.
// Find the link to use
$shortlink = wp_get_shortlink();
$shortlink = ( ! empty( $shortlink ) ? $shortlink : get_permalink() );Forum: Plugins
In reply to: [Shariff Wrapper] WhatsApp und FirefoxJa, sieht gut aus. Der WhatsApp Button erscheint auf der erwähnten Test-Seite sowohl im Chrome als auch im Firefox.
Danke und Grüße
Forum: Plugins
In reply to: [Shariff Wrapper] (Option) Shortlink beim Twitter-SharingAhh sorry… wird sowieso alles über t.co gemapped. Wäre eventuell noch interessant für eigene Statistik-URLs, die als shortlink abgebildet werden, aber ich nehme die shortlinks nun ganz raus.
Danke und Grüße
Michael
Forum: Plugins
In reply to: [Shariff for Wordpress] (Option) Shortlink beim Twitter-SharingOK danke… Ja stimmt wird alles über t.co gemapped. Wäre eventuell noch interessant für eigene Statistik-URLs, die als shortlink abgebildet werden, aber ich nehme die shortlinks nun ganz raus.
Nochmals Danke und Grüße