Tag: link in tooltip

Wie kann ich auf WordPress Tooltip Shortcode geklickte Links in einem neuen Tab oder Fenster öffnen?

Hallo liebe WordPress Tooltip Benutzer,

Ich hoffe, diese Nachricht erreicht euch gut und ihr habt wundervolle Tage mit eurer Familie! Ein erstaunlicher Benutzer von WordPress Tooltips Pro hat ein Thema in unserem Support-Forum für das WordPress Tooltips Plugin erstellt. Er sagt:

Hallo, ich benutze den Shortcode HTML Tooltips (die sind ERSTAUNLICH und genau das, was ich brauchte), aber es gab ein kleines Problem, das ich gerne behoben hätte. Ich weiß, dass es für die Glossar-Tooltips eine Option gibt, um geklickte Links im Tooltip in einem neuen Tab/Fenster zu öffnen. Diese Option steht jedoch nicht für die Shortcode-Tooltips zur Verfügung. Ich habe auch versucht, den HTML-Code “target=”_blank”” nach einem Link im HTML-Code des Tooltips zu verwenden, aber dann funktioniert es nicht mehr. Vielleicht kann diese Option als zusätzliche Einstellung auf der Seite “Tooltip Style Settings” im Plugin in WordPress integriert werden? Danke.

Und:

Außerdem, wenn es eine Möglichkeit gibt, dass der Text “keyword=” selbst ein Link sein kann, sodass anstatt über die Phrase zu schweben, um den Tooltip zu sehen, der Text, über den man schwebt, selbst als Link funktionieren kann… Danke.

Und:

Hallo! Danke für die Antwort!
Bei der ersten Option geht es im Grunde darum, dass beim Klicken auf den Link innerhalb des Tooltips die Option besteht, dass er in einem neuen Fenster geöffnet wird. Man schwebt also über ein Wort und es erscheint der Tooltip, dann schwebt man über den Link im Tooltip und beim Klicken öffnet er den Link in einem neuen Fenster/neuer Seite.
Bei der zweiten Frage lasst mich das nochmal umschreiben.
Ich benötige keine Live-Vorschau der URL. Es geht nur um den ersten Teil dessen, was du bestätigt hast: Den Keyword selbst als Link machen. So kann man einen Tooltip zu Text hinzufügen, der zu einer anderen Stelle verlinkt, im Gegensatz zu einfachem Text.
Stellt euch vor, ich würde auf dieser Hilfeforum-Seite einen Tooltip erstellen. Wenn ihr die oberen Links seht, wo steht “Home › Foren › WordPress Tooltip Pro + Support”, stellt euch vor, ich wollte diese Links in Tooltips umwandeln. Also wenn ich auf den Link klicke, funktioniert er, aber wenn ich darüber schwebe, erscheint ein Tooltip, in dem ich möglicherweise einen weiteren Link oder etwas ähnliches habe.
Ich hoffe, das ergibt Sinn?

Und:

Bei dieser ersten Frage geht es im Hintergrund um die “rel=noreferrer noopener” Funktion für den Link. (Es öffnet sich in einem neuen Fenster/neuer Seite/Tab und es wird nicht als verweisender Traffic betrachtet.)
Unser WordPress Tooltips Plugin-Entwickler hat dieses Ticket überprüft und bestätigt, dass Benutzer bereits die Möglichkeit haben, im WordPress Tooltip Shortcode geklickte Links in einem neuen Tab oder Fenster zu öffnen. Um den Benutzern von WordPress Tooltips zu helfen, möchten wir eine umfassende Dokumentation erstellen, die diese Funktionalität detailliert erklärt.

Wie kann ich geklickte Links im WordPress-Tooltip-Shortcode in einem neuen Tab oder Fenster öffnen?

Im WordPress-Editor können Sie direkt Links zum Tooltip-Schlüsselwort und zum Tooltip-Inhalt hinzufügen. Wenn Sie den Gutenberg Editor verwenden, befolgen Sie diese Schritte, um Links zum Tooltip-Schlüsselwort oder -Inhalt hinzuzufügen:

Option 1: In Gutenberg erstellen Sie einen Absatzblock und fügen den Shortcode ein. Hier ist ein Beispiel: [tooltips keyword='tt shortcode' content='Bitte schauen Sie sich unser detailliertes Dokument an']

Nach dem Einfügen des Shortcodes klicken Sie auf das Tooltip-Schlüsselwort oder den Tooltip-Inhalt. Im Gutenberg-Optionsfeld für Absätze sehen Sie die Option “Link einfügen / bearbeiten”. Hier können Sie Links zum Tooltip-Schlüsselwort oder -Inhalt hinzufügen. Beim Hinzufügen von Links klicken Sie auf die Option “Link-Optionen” und aktivieren die Option “Link in neuem Tab öffnen”. Dadurch wird sichergestellt, dass Benutzer beim Überfahren eines Tooltip-Begriffs im popup-Fenster den Link im Inhalt anklicken können und er in einem neuen Tab oder Fenster geöffnet wird.

Option 2: In Gutenberg finden Sie das “Optionen”-Symbol oben rechts im Editor. Wählen Sie innerhalb des “Editor”-Panels die Option “Code-Editor” aus. Dadurch können Sie Shortcodes im Code-Modus schreiben und Attribute wie “target=’_blank'” oder “rel=noreferrer noopener” einbinden.

Durch die Kombination von Option 1 und Option 2 können Sie direkt in Gutenberg einen Hyperlink mit dem Text “keyword=” erstellen. Hinsichtlich der Aussage “Ich habe auch versucht, den html Code “target=’_blank'” nach einem Link im html Code des Tooltips zu verwenden, aber das funktioniert nicht”: Bitte beachten Sie, dass dies nicht funktioniert. Einige Benutzer haben berichtet, dass ihr Shortcode in Gutenberg nicht funktioniert, weil sie das falsche Format verwenden:

1 [tooltips keyword=”lovely girls” content=”<img src=’https://tooltips.org/wp-content/uploads/2014/03/ben-white-179058.png’>”]

2 [tooltips keyword=”lovely girls” content=”<img src=”https://tooltips.org/wp-content/uploads/2014/03/ben-white-179058.png”>”]

Der Benutzer hat keine Möglichkeit, Gutenberg daran zu hindern, das ‘ durch ” zu ersetzen. Selbst wenn Sie das Format manuell aktualisieren, wird Gutenberg es erneut automatisch ändern, sobald der Beitrag gespeichert wird. Daher muss der Editor das richtige Format verwenden:

[tooltips keyword=”lovely girls” content=’<img src=”https://tooltips.org/wp-content/uploads/2014/03/ben-white-179058.png”>’]

Die Regel lautet: Im Kurzcode verwenden Sie bitte ‘ nach dem Tag-Inhalt und verwenden Sie ” nach dem Tag img src.

Außerdem empfehlen wir die Verwendung des Kurzcodes tooltip_by_id. Auf diese Weise können Sie Bilder und Links in den Standard-WYSIWYG-Editor für Tooltips einfügen und dann den Kurzcode tooltip_by_id verwenden, um den Inhalt des Tooltip-Begriffs in jeden WordPress-Beitrag oder jede WordPress-Seite zu verweisen.

Sie können tooltip_by_id verwenden, um beliebige komplexe Kurzcodes einfach zu erstellen:

1: Klicken Sie auf den Menüpunkt “Tooltips” im “All Tooltips”-Panel und suchen Sie den vorhandenen Tooltip-Begriff, auf den Sie verweisen möchten.

2: Klicken Sie auf den Editor-Button des Tooltip-Begriffs. Es sieht so aus:
edit button of tooltip term

 

3: Dann wird das Panel “Edit Tooltip” geöffnet.

4: In diesem Panel finden Sie die Tooltip-ID in der URL-Leiste des Browsers. Es sieht so aus:
find tooltip term which you want to reference

find tooltip term which you want to reference

5: Sie finden die Tooltip-ID in der Browser-URL-Leiste. Die URL lautet: tooltips.org/wp-admin/post.php?post=3107&action=edit&classic-editor und die Tooltip-ID ist 3107.

6: Jetzt können Sie diese Tooltip-ID in Ihren tooltip_by_id-Kurzcode

[tooltip_by_id tooltip_id='3107']

in einer beliebigen WordPress-Seite oder einem WordPress-Beitrag einfügen.

7: Das Ergebnis sieht so aus:
Tooltip For Forms Demo - Message Field

Können Sie bitte unser detailliertes Dokument zum WordPress-Tooltip-Kurzcode überprüfen?

Ich hoffe, das ist ein wenig hilfreich

Vielen Dank und einen gesegneten Tag mit Ihrer Familie

Mit freundlichen Grüßen,
Support für das WordPress Tooltip Plugin

 

Tagged with: , , ,

How can I open clicked links in the WordPress tooltip shortcode in a new tab or window?

Hi Dear WordPress Tooltip Users,

Hope this message find you are doing well and having wonderful days with your family! 🙂 An amazing wordpress tooltips pro user created an topic in our wordpress tooltips plugin support forum, he said:

Hello, I use the shortcode html tooltips (which are AMAZING and just what I needed) but there was one small problem I am looking to have fixed. I know that for the glossary tooltips, there is an option to open clicked links in the tooltip in a new tab/window. This options is not available within the shortcode tooltips. I also tried to use the ” target=”_blank” ” html code after a link in the html code of the tooltip, but that breaks it. Perhaps this option can be incorporated as an additional setting in the “Tooltip Style Settings” page within the plugin in wordpress? Thanks.

And:

Also, if there is a way to make the “keyword=” text itself be a link so instead of hovering over the phrase to see the tooltip, the text that is hovered over can function as a link itself… Thanks

And:

Hello! Thanks for the response!

For the first option, basically, when clicking on the link inside the tooltip, I am seeking the option to have it open in a new window when clicked. So one hovers over a word, it pops up the tooltip, then I hover over the link inside the tooltip, and upon clicking, it opens the link in a new window/page.

For the second question, allow me to redescribe.

I do not need a live preview of the url. It is just the first part of what you confirmed: Making the keyword itself a link. So you can add a tooltip to text that links elsewhere versus plain text.

So let’s say I was making a tooltip on this help forum page. If you see the top links where it says “Home › Forums › WordPress Tooltip Pro + Support”, imagine I wanted to make those links into tooltips. So when I click the link it works, but if I hover over it, it pops up a tooltip that I may have a link or something inside as well.

I hope that makes sense?

And:

On that first question, on the backend for the link, I am looking for it to do the “rel=noreferrer noopener” function. (It opens in a new window/page/tab and does not consider it referral traffic.)

Our WordPress tooltips plugin developer has reviewed this ticket and confirmed that users can already open clicked links in the WordPress tooltip shortcode in a new tab or window. In order to assist WordPress tooltip users, we would like to create a comprehensive documentation explaining this functionality in detail.

How can I open clicked links in the WordPress tooltip shortcode in a new tab or window?

In wordpress editor , you can add links in the tooltip keyword and tooltip content directly, if you are using Gutenberg editor, follow these steps to add links to the tooltip term or content:

Option 1:  In Gutenberg, create a paragraph block and insert the shortcode within it , here’s  an example:

[tooltips keyword='tt shortcode' content='please check our detailed document']

After inserting the shortcode,  click on the tooltip keyword or tooltip content, and you will see the Gutenberg paragraph options panel,  select “Insert / edit link” from options,  you can now add links to the tooltip keyword or content.

While adding links,  click on the “link options” button and check “Open link in a new tab” option. This ensures that when users hover over a tooltip term in the tooltip popup window, they can click the link in the content, and it will open in a new tab or window.

Option 2: In Gutenberg, locate the “Options” icon at the top-right corner of the editor. Within the “Editor” panel, select “Code editor”. This will enable you to write shortcodes using the code mode and incorporate attributes like “target=’_blank'” or “rel=noreferrer noopener” …etc. 🙂

By combining option 1 and option 2, you can directly create a hyperlink using the “keyword=” text in Gutenberg 🙂

About “I also tried to use the ” target=”_blank” ” html code after a link in the html code of the tooltip, but that breaks it”

please note: a few user said their shortcode cannot works in Gutenberg, that is because they use the error format like this:

1 [tooltips keyword=”lovely girls” content=”<img src=’https://tooltips.org/wp-content/uploads/2014/03/ben-white-179058.png’>”]

This will not work, because Gutenberg will replace the in shortocode to format automatically like this:

2 [tooltips keyword=”lovely girls” content=”<img src=”https://tooltips.org/wp-content/uploads/2014/03/ben-white-179058.png”>”]

User have no way to stop Gutenberg replace the to , even you update the format manually, once Gutenburg saved the post, Gutenberg will replace the to again — automatically, so editor must use the correct format like this:

[tooltips keyword=”lovely girls” content=’<img src=”https://tooltips.org/wp-content/uploads/2014/03/ben-white-179058.png”>’]

The rule is: In the shortcode, after the tag content, please use ‘, and after the tag img src, use “

Also we recommend to use tooltip_by_id shortcode, by this way, you can insert images, links, in tooltips standard WYSWYG editor, and then use tooltip_by_id shortcode to reference the content of the tooltip term into any wordpress post or page.

You can use tooltip_by_id to create any comple shortcode easily:

1: Click “Tooltips” menu item, in “All Tooltips” Panel, search the existed tooltip term which you want to reference.

2: Click Editor button of the tooltip term, it looks like this:

edit button of tooltip term

edit button of tooltip term

3: Then you will open “Edit Tooltip” panel.

4: In “Edit Tooltip” panel, you will find the tooltip id in browser URL bar, it looks like this:

find tooltip term which you want to reference

find tooltip term which you want to reference

You will find the in the browser URL bar, the URL is: tooltips.org/wp-admin/post.php?post=3107&action=edit&classic-editor, and the tooltip id is 3107.

5: Now you can insert this tooltip id in your tooltip_by_id shortcode [tooltip_by_id tooltip_id='3107'] in any wordpress page or post

6: The result looks like this:

Tooltip For Forms Demo - Message Field

Would you please check our detailed wordpress tooltip shortcode document?

Hope this have a little help 🙂

Thanks, have a blessed day with your family 🙂

Best Regards,

WordPress tooltips plugin support

Tagged with: , , ,
Top