Shortcode examples Archive - [oik] plugins.com https://www.oik-plugins.com/shortcode_example/ WordPress plugins and themes Thu, 04 Jul 2024 16:46:02 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.3 bw_button – security fix https://www.oik-plugins.com/shortcode_example/bw_button-security-fix-2/ Tue, 02 Jul 2024 14:15:01 +0000 https://s.b/oikcom/?post_type=shortcode_example&p=50460

This post demonstrates the security fix implemented to prevent Cross Site Scripting using the class parameter in the bw_button shortcode.

Without the fix, when the button is hovered over a JavaScript alert box is displayed.

With the fix applied the JavaScript alert message is NOT DISPLAYED when the button is hovered over.

[bw_button class=' " onmouseover=alert(5) ']

The fix also applies to the following shortcodes:

  • bw_contact_button
  • bw_link
[bw_contact_button class=' " onmouseover=alert(6) '] [bw_link class=' " onmouseover=alert(7) '] ]]>
bw_contact_button – security fix https://www.oik-plugins.com/shortcode_example/bw_contact_button-security-fix/ Mon, 11 Mar 2024 18:56:09 +0000 https://s.b/oikcom/?post_type=shortcode_example&p=50370

This post demonstrates the security fix implemented to prevent Cross Site Scripting using the link parameter in a number of shortcodes.

]]>
bw_table – block rendering in Excerpt https://www.oik-plugins.com/shortcode_example/bw_table-block-rendering-in-excerpt/ Wed, 23 Mar 2022 10:39:08 +0000 https://s.b/oikcom/?post_type=shortcode_example&p=48368

As for [bw_code bw_pages], block rendering in Excerpts should now work.

[bw_table id=41181,41211 post_type=block_example fields=title,excerpt]

]]>
bw_pages with dynamic blocks in Excerpt https://www.oik-plugins.com/shortcode_example/bw_pages-with-dynamic-blocks-in-excerpt/ Tue, 22 Mar 2022 15:39:10 +0000 https://s.b/oikcom/?post_type=shortcode_example&p=48324 bw_pages with dynamic blocks in Content https://www.oik-plugins.com/shortcode_example/bw_pages-with-dynamic-blocks-in-content/ Tue, 22 Mar 2022 14:07:54 +0000 https://s.b/oikcom/?post_type=shortcode_example&p=48309 bw_images thumbnail parameter examples https://www.oik-plugins.com/shortcode_example/bw_images-thumbnail-parameter-examples/ Tue, 09 Nov 2021 14:31:20 +0000 https://s.b/oikcom/?post_type=shortcode_example&p=47558 [bw_images thumbnail=full]
Image block - medium size
[bw_images thumbnail=thumbnail]

Note: The thumbnail size for this website is 386 x 125, not cropped.
Medium is 300 x 300.

]]>
bw_jq with pullquote https://www.oik-plugins.com/shortcode_example/bw_jq-with-pullquote/ Tue, 25 Aug 2020 19:32:32 +0000 https://s.b/oikcom/?post_type=shortcode_example&p=46040

Use the bw_jq shortcode with the pullquote script to display some of your text as a pull quote.

Example

[bw_jq span.pq pullquote]

Some interesting stuff.

This will appear in a pull quote

some more interesting stuff.

]]>
bw_portfolio with id parameters https://www.oik-plugins.com/shortcode_example/bw_portfolio-with-id-parameters/ Sat, 21 Dec 2019 19:31:23 +0000 https://s.b/oikcom/?post_type=shortcode_example&p=43617 Code with class parameter https://www.oik-plugins.com/shortcode_example/code-with-class-parameter/ Sat, 21 Dec 2019 17:02:38 +0000 https://s.b/oikcom/?post_type=shortcode_example&p=43581

Use the class parameter to style the links to shortcodes.

[codes codes class=recursive id=issue30]

]]>
Follow me on selected networks: Twitter,Facebook,GitHub, WordPress https://www.oik-plugins.com/shortcode_example/follow-me-on-twitterfacebookgithub/ Mon, 04 Mar 2019 21:05:45 +0000 https://s.b/oikcom/?post_type=shortcode_example&p=34368

Using bw_follow me to display links to selected networks.

[bw_follow_me user=vsgloik] [bw_follow_me user=vsgloik network=WordPress,GitHub] [bw_follow_me alt=0 network=facebook,twitter,github] [bw_follow_me network=facebook,pinterest,github] ]]>