Skip to content
Read For Learn
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP

social-sharing

WordPress Sumo Plugin not showing all images on clicking pinterest icon

WordPress Sumo Plugin not showing all images on clicking pinterest icon

Categories plugins Tags plugins, social-sharing

Author social media aren’t shown on the page

Try This for IF : if(!empty($user->user_url)) { // OUTPUT } All Code $website = $user->user_url; if(!empty($user->user_url)) { printf(‘<a href=”https://wordpress.stackexchange.com/questions/353378/%s”>%s</a>’, $user->user_url, ‘<i class=”icon-home”></i>’); } $twitter = get_user_meta($user->ID, ‘twitter_profile’, true); if(!empty($twitter)) { printf(‘<a href=”https://wordpress.stackexchange.com/questions/353378/%s”>%s</a>’, $twitter, ‘<i class=”icon-twitter”></i>’); } $facebook = get_user_meta($user->ID, ‘facebook_profile’, true); if(!empty($facebook)) { printf(‘<a href=”https://wordpress.stackexchange.com/questions/353378/%s”>%s</a>’, $facebook, ‘<i class=”icon-facebook”></i>’); } $google = get_user_meta($user->ID, ‘google_profile’, true); if(!empty($google)){ … Read more

Categories functions Tags author, functions, list-authors, social-sharing

How to add extra custom social icons to page with same style?

Theres a hacky javascript way I’ve used before which is to use appendChild() to add a Font Awesome icon to the parent node. There will be a container for the icons, find its ID or class and save to a variable, add your icon html (or img tag) to a variable also, then use parent.appendChild(variableNameOfIcon); … Read more

Categories themes Tags footer, social-sharing, themes

White image when I share my site

This was resolved by adding a site icon 🙂

Categories links Tags links, sharing, social-sharing, thumbnails

Are there any Inbuilt Social media sharing icons

Yes, WordPress ships an icon set by default called Dashicons. They do have some social icons as well, as can be seen here. To use them on the frontend, enqueue the dashicons library and use them like so <h2 class=”dashicons-before dashicons-smiley”>A Cheerful Headline</h2> <h2><span class=”dashicons dashicons-smiley”></span> A Cheerful Headline</h2> (taken from the docu)

Categories social-sharing Tags social-sharing

How to create social Share Buttons Without Plugin

How to create social Share Buttons Without Plugin

Categories customization Tags buttons, customization, social-sharing, theme-development

Featured image for social sharing ot author archive page

Try copying the following code into your functions.php file. It adds a custom og:image property for the authors with nicenames of michelle-robinson, mystery-man, john-smith, and a default fallback image, respectively. You can easily change this to suit your needs. add_action( ‘wp_head’, ‘wpse_70701_author_image’ ); function wpse_70701_author_image() { if ( is_author( ‘michelle-robinson’ ) ) { // set … Read more

Categories post-thumbnails Tags author, post-thumbnails, social-sharing, user-meta

Followers for WordPress [duplicate]

I’m not sure if you are using BuddyPress or not, but there is a functionality there using this plugin FollowMe. This would assume you are running a site with some membership capabilities.

Categories users Tags social-sharing, users

Store SNS share value via function.php

Within a function or method, the return statement immediately stops the execution of the earlier. Hence the last line never gets interpreted. Switch the order of this: return $social_score; update_post_meta($post_id, ‘_social_score’, $social_score); to this: update_post_meta($post_id, ‘_social_score’, $social_score); return $social_score; Update: You are using three different variables for the post id, namely: $post_ID, $post_id and $post->ID. … Read more

Categories facebook Tags facebook, post-meta, social-sharing

Social share buttons text shows up on post excerpts

The plugin that you are using has a bug. I would strongly suggest for you to call the plugin author. Here is the bugs; Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in C:\xampp\htdocs\wordpress\wp-includes\functions.php on … Read more

Categories plugins Tags javascript, php, plugins, social-sharing
Older posts
Newer posts
← Previous Page1 … Page3 Page4 Page5 … Page9 Next →
+ More

Recommended Hostings

Cloudways: Realize Your Website's Potential With Flexible & Affordable Hosting. 24/7/365 Support, Managed Security, Automated Backups, and 24/7 Real-time Monitoring.

FastComet: Fast SSD Hosting, Free Migration, Hack-Free Security, 24/7 Super Fast Support, 45 Day Money Back Guarantee.

Recent Added Topics

  • Bug in translation system: load_theme_textdomain() returns true, files are available and accessible but the language defaults to english
  • Custom Elementor controls not appearing in the widget Advanced tab using injection hooks
  • Get the name of the template/*html file used
  • Trying to Add Paging to Single Post Page
  • Sharing media files between live and staging servers
  • How to display the description of a custom post type in the dashboard?
  • Critical error on image display
  • Copying WP data and files into new install?
  • How to determine the DirectAdmin WordPress backup date?
  • How to get list of ALL tables in the database?
© 2026 Read For Learn
Next Page »
  • Database
    • Oracle
    • SQL
  • algorithm
  • asp.net
  • assembly
  • binary
  • c#
  • Git
  • hex
  • HTML
  • iOS
  • language angnostic
  • math
  • matlab
  • Tips & Trick
  • Tools
  • windows
  • C
  • C++
  • Java
  • javascript
  • Python
  • R
  • Java Script
  • jQuery
  • PHP
  • WordPress