Title: StackOverflow Profile
Author: dpchiesa
Published: <strong>19 Ιουνίου  2012</strong>
Last modified: 29 Ιανουαρίου  2016

---

Αναζήτηση πρόσθετων

![](https://ps.w.org/stackoverflow-profile-widget/assets/banner-772x250.png?rev=
561455)

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://s.w.org/plugins/geopattern-icon/stackoverflow-profile-widget_fff9e8.
svg)

# StackOverflow Profile

 Από [dpchiesa](https://profiles.wordpress.org/dpchiesa/)

[Λήψη](https://downloads.wordpress.org/plugin/stackoverflow-profile-widget.2016.01.30.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/stackoverflow-profile-widget/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/stackoverflow-profile-widget/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/stackoverflow-profile-widget/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/stackoverflow-profile-widget/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/stackoverflow-profile-widget/)

## Περιγραφή

The Stackoverflow Profile Widget is a WordPress widget that displays a
 summary 
of your profile on the Stackoverflow.com website. It shows your reputation, the 
number and kind of medals you’ve achieved, and a selected list of answers you have
posted in StackOverflow. For each answer, it displays the question’s title, the 
answer’s score, and the time the answer was last edited.

You can limit the number of answer entries to display. You can sort the
 list based
on score or date.

The widget uses the StackExchange API, version 2.0, in order to retrieve
 information.

It caches the content for a configurable period.

### Requirements

 * json_decode / json_encode must be available.
 * PHP5.2 or higher
 * StackOverflow API Key is optional (http://stackapps.com/questions/2/api-hello-
   world-code)

### Acknowledgements

This plugin was initially based on and inspired by the Stackoverflow
 Answers Widget
from Mohammed Alsharaf. That code is licensed under the New BSD license.

Under the terms of that license, I am acknowledging the origins of this
 code. See
the License-Alsharaf.txt file for full details.

This plugin differs from that one in that:

 * it uses the official Stackexchange API
 * it caches results properly
 * it displays medal counts
 * it uses a nicer skin
 * can display upvoted answers, or any answers.

### Thanks

Thanks for your interest!

You can make a donation at http://dinochiesa.github.io/SOProfile-Donate.html

Check out all my plugins:
 https://wordpress.org/extend/plugins/search.php?q=dpchiesa

-Dino Chiesa

## Στιγμιότυπα

[⌊This shows the rendering of the Widget in the sidebar of a WP blog.⌉⌊This shows
the rendering of the Widget in the sidebar of a WP blog.⌉[

This shows the rendering of the Widget in the sidebar of a WP blog.

[⌊This shows how to activate the widget in the Plugins menu in the WP Admin backend⌉⌊
This shows how to activate the widget in the Plugins menu in the WP Admin backend⌉[

This shows how to activate the widget in the Plugins menu in the WP Admin backend

[⌊Configuring the settings for the stackoverflow widget in the WP Admin backend.⌉⌊
Configuring the settings for the stackoverflow widget in the WP Admin backend.⌉[

Configuring the settings for the stackoverflow widget in the WP Admin backend.

## Εγκατάσταση

 1. Upload plugin folder to the wp-content/plugins/ directory.
 2. Go to plugin page in WordPress, and click “Activate”
 3. Go to widgets page in WordPress and drag StackOverflow Answers Widget to a widget
    area.
 4. Set configuration a. Set widget title. b. User number can be found in profile URL(
    http://stackoverflow.com/users/[Your User Number]/[Your Username]) c. Consumer 
    Key can be found by registering your widget (http://stackapps.com/apps/register).
    This is optional. d. Set number of questions to show. e. Set how you want to sort
    the list.

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“StackOverflow Profile” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει
στη δημιουργία του.

Συντελεστές

 *   [ dpchiesa ](https://profiles.wordpress.org/dpchiesa/)

[Μεταφράστε το “StackOverflow Profile” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/stackoverflow-profile-widget)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/stackoverflow-profile-widget/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/stackoverflow-profile-widget/)
ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/stackoverflow-profile-widget/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/stackoverflow-profile-widget/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 2016.01.30

 * attempt to be more ssl aware, don’t force http:// scheme
 * updated “tested up to” to 4.4.1

#### 2014.07.03

 * corrected usage of register_widget() and wp_register_style()
 * included a safe-redirect to prevent direct access to the widget

#### 2012.06.22

 * Fixed 2 bugs in soClient.php – wasnt properly filling cache files.

#### 2012.06.18

 * Now adds a “Latest” sort option, which grabs the most recently edited
    answers.
   This is in contrast to the “newest” sort option, which selects the answers with
   the most recent creation date. Also I removed the “oldest” sort option, because
   it was dumb.
 * Refactored all interaction with Stackoverflow into a reusable SOEntity
    class
   and various other derived classes
 * Fixed the caching to do it properly, in the SOEntity class.

#### 2012.06.15

 * initial release – starting from satrun77’s widget
 * Get current with StackExchange API 2.0
 * Efficient CSS via conditional wp_enqueue_style
 * cache lifetimes are configurable now
 * now renders with a recognizable Stackoverflow-like skin
 * Screenshots are now included in the distribution
 * General Code cleanup

## Μεταστοιχεία

 *  Version **2014.07.03**
 *  Τελευταία ενημέρωση: **πριν από 11 έτη**
 *  Ενεργές εγκαταστάσεις: **10+**
 *  Έκδοση WordPress: ** 3.3.2 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **4.4.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/stackoverflow-profile-widget/)
 * Ετικέτες:
 * [stack overflow](https://el.wordpress.org/plugins/tags/stack-overflow/)[stackoverflow](https://el.wordpress.org/plugins/tags/stackoverflow/)
   [stackoverflow answers](https://el.wordpress.org/plugins/tags/stackoverflow-answers/)
   [widget](https://el.wordpress.org/plugins/tags/widget/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/stackoverflow-profile-widget/advanced/)

## Αξιολογήσεις

 1 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/stackoverflow-profile-widget/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/stackoverflow-profile-widget/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/stackoverflow-profile-widget/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/stackoverflow-profile-widget/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/stackoverflow-profile-widget/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/stackoverflow-profile-widget/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/stackoverflow-profile-widget/reviews/)

## Συντελεστές

 *   [ dpchiesa ](https://profiles.wordpress.org/dpchiesa/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/stackoverflow-profile-widget/)

## Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

 [ Κάντε δωρεά σε αυτό το πρόσθετο ](http://dinochiesa.github.io/SOProfile-Donate.html)