I don’t know of a plugin but the easiest way is to just embed your stack flair: https://stackoverflow.com/users/flair
For a more detialed solution I recommend you just fetch the Stack API using the the WordPress HTTP API, the docs are here: http://codex.wordpress.org/HTTP_API
The Stack API is very easy to work with and returns JSON. For you reputation for example you would query this url, you can change the site paramater to the ones you want: http://api.stackexchange.com/2.1/users?order=desc&sort=reputation&inname=saber%20tabatabaee%20yazdi&site=stackoverflow
so you would have something like this in your plugin:
$stackProfile="http://api.stackexchange.com/2.1/users?order=desc&sort=reputation&inname=saber%20tabatabaee%20yazdi&site=stackoverflow";
$stackAPI = wp_remote_retrieve_body( wp_remote_get($stackProfile) );
//your output
The Stack paramaters you can query are here: http://api.stackexchange.com/docs
Related Posts:
- How can i list random author?
- Improving a Stackoverflow “inspired” badge system to display badges in author page
- Modifying Author Link to add Author Meta in URL
- How to set add question capability for author role in wp pro quiz plugin
- co-authors plugin – inline listing
- Changing author slug for a custom role without using plugin
- Displaying friend’s posts only
- How would I Redirect an existing WooCommerce customer to a specific url after Checkout
- Has blocks gutenberg block multiples registers type in my Plugin
- How can replace this url
- How to store a secret for a plugin inside public_html
- I created a plugin with ‘view page’ that uses MYSQL + PHP. When I use wp_insert_post(), it turns everything to HTML
- Fixed: Console.log twice in the edit function
- list of custom post by custom field in frontend
- Using OR Condition with facetwp facets
- Problem with MEMCACHE and Redis with wp_options
- How to copy the all WordPress media items to another custom plugin folder?
- Cannot run script properly with my custom plugin
- Cookie value changes back to previous value after changing
- How to implement color picker from WordPress in my boilerplate plugin?
- Using sessions or an alternative in a plugin
- custom post type plugin error [closed]
- Change plugin descriptions
- Correct way to expand custom WordPress plugin functions
- Personality quiz in wordpress using a plugin
- How can i solve php upgrade problem
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- Hide all Admin Notices and move on a separate page
- Make downloadable ebook read online without download option
- How to access a wordpress plugin page or add posts without doing it from the WordPress dashboard?
- Critical Error message of WordPress adming
- How to display the custom post related blog by category?
- Custom plugin activation error
- Clicking custom plugin admin menu redirects to “No Update Required” on live site
- WP Forms not displaying,becomming an fatal error
- How to resolve warning for `unstableOnSplit` prop on a DOM element in block editor
- How to fix caching issue in PHP data from database
- woocommerce: Customize email with item total count
- How use wp_insert_post and add og:custom tags?
- Is there any way to sync Facebook Comments and with comments on WordPress website?
- Show Custom Post on Frontend
- How to dynamically add template in Innerblock?
- Access remote SFTP server via WordPress login?
- Fatal error “Call to undefined function is_plugin_active” each time the plugin is activated
- The Build menu theme is frozen with the wordpress theme
- Shortcode do not return the right data in post
- Add style to body based on url
- function post to trash problem
- Problem with checked box on wp car manager plugin
- How to call function in WordPress on button click?
- how to auto random increment for post view
- Custom Plugin: How to Include Install Buttons of other 3rd Party Plugins?
- Access “wp site health info” data from plugin
- Ultimate Members Default Post Layout problem
- Fatal error: require_once(): Failed opening required
- WordPress Frontend Page using Plugin
- best way to upload a large file to wordpress using wp all import
- Why do actions with class and public method don’t fire __construct()
- How to properly enqueue jQuery knob on WordPress without conflict?
- Potential issue that plugin could have when it will be installed on several sites
- show wc_add notices on particular page in woo commerce custom plugin development
- How to use functions found inside pluggable.php with my plugin files
- How to overwrite a plugin?
- Getting the same post on my related post
- The function called on the wp head hook becomes null
- Hide content for specific users with id
- adding dynamic/multiple slug values in ‘option_none_value’
- Is it okay to make a plugin to the WordPress repo, but limit it’s actions to maximum N events?
- How can I translate something in my class constructor of my plugin in WordPress?
- custom post type get_posts() function not work
- I want to schedule email (date, time is in database->table) wp_schedule_event() not working
- Error on plugin activation and creating new page
- Child theme modifications not showing up
- Create multiple posts when a custom post is created
- Define global variable in theme file and call that variable in plugin file
- Highlight admin menu items that are parent of existing core items
- How to create a page with the selected template after activating the plugin
- Why is my shortcode not working?
- WordPress rewrite rule depend on meta values not ids
- Update wordpress user roles not working as excepted
- Create new page in wordpress plugin which doesn’t exist
- Use WordPress Plugin without WP head
- Adding shortcodes to multiple pages with function
- Rename a folder via HTML POST request
- The plugin generated 227 characters of unexpected output during activation. If you notice “headers already sent” messages
- SASS not showing in customized preloader plugin
- How to capture hidden values with Gravity Forms
- How to securely controlling data without keeping it in postmeta?
- The styles in the recent posts widgets plugin not working
- How to change “Read More” text?
- How to call a function from class in wp table list button form
- How to translate to spanish wordpress hardcoded content/files?
- Cron task gets removed from the schedule
- what functions to use to resize images and create DB metadata for them after/during upload?
- How to get the checkout form data from checkout page when place-order button is clicked
- Woocommerce convert simple products to variations
- Getting Fatal error: Uncaught Error: Call to undefined function plugin_dir_path() when linking to another file within my wordpress plugin
- $wpdb->insert not working inside save_post tag
- How to check for already existing plugin versions on activation? and prevent errors
- update_post_meta is not working for me when I use e.preventDefault for update button