create account

How to Add a Steemit Profile Widget on your Website? by gmichelbkk

View this thread on: hive.blogpeakd.comecency.com
· @gmichelbkk · (edited)
$49.92
How to Add a Steemit Profile Widget on your Website?
Would you like to know how to put a widget of your *Steemit* profile on your website or *WordPress* blog because this might be a good way to link both sites and show your audience that you are on *Steemit?*

![How to Add a Steemit Profile Widget on your Website?](https://steemitimages.com/DQmYULZ5tNbhx9JFMSTHe7SzVhmxWwB73TKUYYD6Ka7u9BF/widgetWP.jpg)

I am very excited to show you this website that I have just found because I had been looking for something like this for quite a long time. I wanted to display a profile widget on my *WordPress* blogs and this is now made possible and it's easy to implement.

## **How to Add a Steemit Profile Widget on your Website?**

The website where you can get the code from is [*Steemit Widgets*](https://mktcode.github.io/steemit-widgets/index.html) and it looks like this. It was created by *[@mkt](https://steemit.com/@mkt).*

![Steemit widgets](https://steemitimages.com/DQmbDZNmQRVdAc8w8kdZ9oo1q7LEyqfUbq2phGoh7ixfZWw/Steemitwidgets.jpg)

You can click the *"Demo"* button if you wish to see all kinds of widgets that you can have on your website, or click the *"Generator"* button to follow this tutorial.

This is a direct link to the generator: *https://mktcode.github.io/steemit-widgets/generator.html*

![Steemit widgets](https://steemitimages.com/DQmbeZSpw2ZVbZ4191E4CqZyb9R9vg2gNtZWdJSL9JZPX3i/widgetgen01.png)

What you have to do is select *"Profile"* for the widget, enter your *Steemit* username, change the color if you don't like the default one. Then you can unselect the options that you don't want.

Just below the form is a preview where every data about your profile is showing, even the *Voting Power.*

![Steemit widgets](https://steemitimages.com/DQmZU7o5sK23YYmHj94gfxPi2ueZnyqL53pRT5pKd37J6Wg/widgetgen02.png)

Then, you have the code you need to use to show the widget on your site.

The first little piece of code has to be placed where you want to show the widget.

```
<div id="steemit-widgets-profile"></div>
```

The second longer code is what is calling the data from *Steemit* and the cosmetic of the widget.

It has to be placed just before the `</body>` tag on the *HTML* page where you have the widget.

![Steemit widgets](https://steemitimages.com/DQmTfXr9QdpjeaBXGKMrNzuhCQw8NkFeqoxY9jVoNUn7Qki/widgetgen03.png)

If you have a regular website in *HTML,* it is easy to do, and you may ask your web developer to just add the code for you.

In *WordPress*, you will need a plugin like this *"Head & Footer"* to add the code in the footer of your blog on posts and pages. 

![Steemit widgets](https://steemitimages.com/DQmRidkE4rnyhy87KGHnFSN2k5JmMNzKSPtrmMM75MgMFWU/body%20code.png)

You may also have a place on the post editor where you can put that code.

Then, in the post, use the *"Text"* window and put the code where you want the widget to be. 

![Steemit widgets](https://steemitimages.com/DQmcdSYndJZdbgX7jiFxYPwDs1w7rCiUph1EFzip5TZ4xv7/WP%20codepage.png)

This is how it looks like on my blog here: *http://www.michelgerardonline.com*

![Steemit widgets](https://steemitimages.com/DQmf8bkhTeGgsUDpRa49ivqx29rXuDjSE7wGFLFLS1wb2Qs/WP-page.png)

You can also display the *Steemit* widget in one of your *WordPress* widgets. 

I chose to have it in the footer, and you just have to put the same code.

```
<div id="steemit-widgets-profile"></div>
```

I use an *"Enhanced Text"* widget in *WordPress* so I can use code in it.

![Steemit widgets](https://steemitimages.com/DQma7UVE7CzPyxnDDp6d2m53Dwk9U4jPh7AjZaFzrAXqBHq/WP-widget.png)

This is what it looks like in the footer together with other widgets.

![Steemit widgets](https://steemitimages.com/DQmab6uQR7884keBprZZdgXtoJHXp7VVTAQLRa7zJS2J6in/WP-footer.png)

One issue I have had is that apparently you can only display the widget once on any page or post on a *WordPress* blog, but there is a solution to this that the developer gave me in the comments.

Here it is.

I put this code on the page itself as explained earlier.

```
<div id="steemit-widgets-profile"></div>
```

Then, I put this code with a different id in the *WordPress* footer widget. 

```
<div id="steemit-widgets-profile2"></div>
```

Finally, the code that goes before the `</body>` tag in the *"Head & Footer"* *WordPress* plugin.

1st part.

```
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
<script src="https://mktcode.github.io/steemit-widgets/assets/js/steemit-widgets.min.js"></script>
```

2nd part.

```
<script>
  steemitWidgets.profile({
    element: 'steemit-widgets-profile',
    template: '<div style="border: 5px solid rgb(0, 168, 230); border-radius: 5px; font-family: Arial, Helvetica, sans-serif;"><div style="background-image: url(\'${COVERIMAGE}\'); background-position: center center; background-size: cover; background-color: rgb(0, 168, 230); display: flex; border-top-right-radius: 0px; border-top-left-radius: 0px;"><div style="background: url(\'${IMAGE}\') center center / cover; width: 50px; height: 50px; border-radius: 36px; margin: 10px;"></div> <div style="flex: 1 1 0%; margin: 10px; line-height: 18px; text-align: left;"><a href="https://steemit.com/@${USER}" style="color: rgb(255, 255, 255); text-decoration: none;">@${USER}</a> <span style="background: rgb(0, 168, 230); border-radius: 10px; color: rgb(255, 255, 255); font-size: 11px; padding: 2px 5px; font-weight: bold; border: 1px solid rgba(255, 255, 255, 0.5);">${REPUTATION}</span><br> <a href="${WEBSITE}" style="color: rgb(255, 255, 255); font-size: 12px; text-decoration: none;">${WEBSITE}</a><br> <span style="color: rgb(255, 255, 255); font-size: 12px;">${ABOUT}</span></div></div> <div style="color: rgb(120, 120, 120); background: rgb(255, 255, 255);"><div style="display: table; table-layout: fixed; width: 100%; text-align: center; font-size: 18px; line-height: 21px; padding: 10px 0px 5px;"><div style="display: table-cell;"><b>${POSTCOUNT}</b><br><sup>Posts</sup></div> <div style="display: table-cell;"><b>${FOLLOWERS}</b><br><sup>Followers</sup></div> <div style="display: table-cell;"><b>${FOLLOWING}</b><br><sup>Following</sup></div></div> <div style="display: table; table-layout: fixed; width: 100%; text-align: center; font-size: 12px; border-top: 1px solid rgb(221, 221, 221); padding: 5px 0px;"><div style="display: table-cell;"><span style="width: 15px; height: 15px; display: inline-block; vertical-align: top; margin-right: 3px;"><svg fill="#888888" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 129 129"><g><g><path d="M50.2,39.9c-2.3,0-4.1,1.8-4.1,4.1v41.5c0,2.3,1.8,4.1,4.1,4.1c2.3,0,4.1-1.8,4.1-4.1V44C54.3,41.7,52.4,39.9,50.2,39.9z"></path><path d="m30.4,39.9c-2.3,0-4.1,1.8-4.1,4.1v41.5c0,2.3 1.8,4.1 4.1,4.1s4.1-1.8 4.1-4.1v-41.5c0-2.3-1.9-4.1-4.1-4.1z"></path><path d="m10.5,105h86.7c2.3,0 4.1-1.8 4.1-4.1v-17.4h17.2c2.3,0 4.1-1.8 4.1-4.1v-30c0-2.3-1.8-4.1-4.1-4.1h-17.2v-17.2c0-2.3-1.8-4.1-4.1-4.1h-86.7c-2.3,0-4.1,1.8-4.1,4.1v72.8c0,2.2 1.9,4.1 4.1,4.1zm90.8-51.5h13.1v21.9h-13.1v-21.9zm-86.7-21.3h78.5v17.2 30 17.4h-78.5v-64.6z"></path></g></g></svg></span>Voting Power: ${VOTINGPOWER} %</div> <div style="display: table-cell;"><span style="width: 15px; height: 15px; display: inline-block; vertical-align: top;"><svg fill="#888888" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"></path></svg></span> Joined: ${CREATED}</div> <div style="display: table-cell;"><span style="width: 15px; height: 15px; display: inline-block; vertical-align: top;"><svg fill="#888888" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></span> ${LOCATION}</div></div></div></div>',
    user: 'gmichelbkk',
    reputationPrecision: 1,
    votingPowerPrecision: 1,
    updateInterval: 60
  });

  steemitWidgets.profile({
    element: 'steemit-widgets-profile2',
    template: '<div style="border: 5px solid rgb(0, 168, 230); border-radius: 5px; font-family: Arial, Helvetica, sans-serif;"><div style="background-image: url(\'${COVERIMAGE}\'); background-position: center center; background-size: cover; background-color: rgb(0, 168, 230); display: flex; border-top-right-radius: 0px; border-top-left-radius: 0px;"><div style="background: url(\'${IMAGE}\') center center / cover; width: 50px; height: 50px; border-radius: 36px; margin: 10px;"></div> <div style="flex: 1 1 0%; margin: 10px; line-height: 18px; text-align: left;"><a href="https://steemit.com/@${USER}" style="color: rgb(255, 255, 255); text-decoration: none;">@${USER}</a> <span style="background: rgb(0, 168, 230); border-radius: 10px; color: rgb(255, 255, 255); font-size: 11px; padding: 2px 5px; font-weight: bold; border: 1px solid rgba(255, 255, 255, 0.5);">${REPUTATION}</span><br> <a href="${WEBSITE}" style="color: rgb(255, 255, 255); font-size: 12px; text-decoration: none;">${WEBSITE}</a><br> <span style="color: rgb(255, 255, 255); font-size: 12px;">${ABOUT}</span></div></div> <div style="color: rgb(120, 120, 120); background: rgb(255, 255, 255);"><div style="display: table; table-layout: fixed; width: 100%; text-align: center; font-size: 18px; line-height: 21px; padding: 10px 0px 5px;"><div style="display: table-cell;"><b>${POSTCOUNT}</b><br><sup>Posts</sup></div> <div style="display: table-cell;"><b>${FOLLOWERS}</b><br><sup>Followers</sup></div> <div style="display: table-cell;"><b>${FOLLOWING}</b><br><sup>Following</sup></div></div> <div style="display: table; table-layout: fixed; width: 100%; text-align: center; font-size: 12px; border-top: 1px solid rgb(221, 221, 221); padding: 5px 0px;"><div style="display: table-cell;"><span style="width: 15px; height: 15px; display: inline-block; vertical-align: top; margin-right: 3px;"><svg fill="#888888" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 129 129"><g><g><path d="M50.2,39.9c-2.3,0-4.1,1.8-4.1,4.1v41.5c0,2.3,1.8,4.1,4.1,4.1c2.3,0,4.1-1.8,4.1-4.1V44C54.3,41.7,52.4,39.9,50.2,39.9z"></path><path d="m30.4,39.9c-2.3,0-4.1,1.8-4.1,4.1v41.5c0,2.3 1.8,4.1 4.1,4.1s4.1-1.8 4.1-4.1v-41.5c0-2.3-1.9-4.1-4.1-4.1z"></path><path d="m10.5,105h86.7c2.3,0 4.1-1.8 4.1-4.1v-17.4h17.2c2.3,0 4.1-1.8 4.1-4.1v-30c0-2.3-1.8-4.1-4.1-4.1h-17.2v-17.2c0-2.3-1.8-4.1-4.1-4.1h-86.7c-2.3,0-4.1,1.8-4.1,4.1v72.8c0,2.2 1.9,4.1 4.1,4.1zm90.8-51.5h13.1v21.9h-13.1v-21.9zm-86.7-21.3h78.5v17.2 30 17.4h-78.5v-64.6z"></path></g></g></svg></span>Voting Power: ${VOTINGPOWER} %</div> <div style="display: table-cell;"><span style="width: 15px; height: 15px; display: inline-block; vertical-align: top;"><svg fill="#888888" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"></path><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"></path></svg></span> Joined: ${CREATED}</div> <div style="display: table-cell;"><span style="width: 15px; height: 15px; display: inline-block; vertical-align: top;"><svg fill="#888888" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></span> ${LOCATION}</div></div></div></div>',
    user: 'gmichelbkk',
    reputationPrecision: 1,
    votingPowerPrecision: 1,
    updateInterval: 60
  });
</script>
```

I installed it that way on my *WordPress* blog and it works.

Would you upvote this post about *Steem* tools and follow me for more because this will encourage me to write more posts like this one?

Would you please help _[@jerrybanfield](https://steemit.com/@jerrybanfield)_ become a top _20 witness_ because you can help funding projects to build _Steem_ [as explained here](https://steemit.com/budget/@jerrybanfield/introducing-steem-budget-proposals)? Vote for _jerrybanfield_ as a witness or set _jerrybanfield_ as a proxy to handle all witness votes at [https://steemit.com/~witnesses](https://steemit.com/~witnesses). Read the _[5 reasons why I'm voting for Jerry Banfield as a witness](https://steemit.com/witness/@gmichelbkk/5-reasons-why-i-m-voting-for-jerry-banfield-as-a-witness)_ and how to vote in my post.

**Michel Gerard**

[www.michelgerardonline.com](http://www.michelgerardonline.com/)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 64 others
properties (23)
authorgmichelbkk
permlinkhow-to-add-a-steemit-profile-widget-on-your-website
categorysteemit
json_metadata{"tags":["steemit","steem","tools","crypto","altcoin"],"image":["https://steemitimages.com/DQmYULZ5tNbhx9JFMSTHe7SzVhmxWwB73TKUYYD6Ka7u9BF/widgetWP.jpg","https://steemitimages.com/DQmbDZNmQRVdAc8w8kdZ9oo1q7LEyqfUbq2phGoh7ixfZWw/Steemitwidgets.jpg","https://steemitimages.com/DQmbeZSpw2ZVbZ4191E4CqZyb9R9vg2gNtZWdJSL9JZPX3i/widgetgen01.png","https://steemitimages.com/DQmZU7o5sK23YYmHj94gfxPi2ueZnyqL53pRT5pKd37J6Wg/widgetgen02.png","https://steemitimages.com/DQmTfXr9QdpjeaBXGKMrNzuhCQw8NkFeqoxY9jVoNUn7Qki/widgetgen03.png","https://steemitimages.com/DQmRidkE4rnyhy87KGHnFSN2k5JmMNzKSPtrmMM75MgMFWU/body%20code.png","https://steemitimages.com/DQmcdSYndJZdbgX7jiFxYPwDs1w7rCiUph1EFzip5TZ4xv7/WP%20codepage.png","https://steemitimages.com/DQmf8bkhTeGgsUDpRa49ivqx29rXuDjSE7wGFLFLS1wb2Qs/WP-page.png","https://steemitimages.com/DQma7UVE7CzPyxnDDp6d2m53Dwk9U4jPh7AjZaFzrAXqBHq/WP-widget.png","https://steemitimages.com/DQmab6uQR7884keBprZZdgXtoJHXp7VVTAQLRa7zJS2J6in/WP-footer.png"],"links":["https://mktcode.github.io/steemit-widgets/index.html","https://steemit.com/@mkt","https://mktcode.github.io/steemit-widgets/generator.html","http://www.michelgerardonline.com","https://steemit.com/@jerrybanfield","https://steemit.com/budget/@jerrybanfield/introducing-steem-budget-proposals","https://steemit.com/~witnesses","https://steemit.com/witness/@gmichelbkk/5-reasons-why-i-m-voting-for-jerry-banfield-as-a-witness","http://www.michelgerardonline.com/"],"app":"steemit/0.1","format":"markdown"}
created2018-03-19 09:47:21
last_update2018-03-20 10:48:18
depth0
children77
last_payout2018-03-26 09:47:21
cashout_time1969-12-31 23:59:59
total_payout_value38.143 HBD
curator_payout_value11.778 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12,768
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,307,098
net_rshares14,972,589,521,864
author_curate_reward""
vote details (128)
@allaz ·
re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t110756707z
You got a 18.73% upvote from @allaz courtesy of @gmichelbkk!

Thanks for using Bid Voting Bot @allaz service and [Steem Upvote Bot Tracker](https://steembottracker.com/)
I want to introduce you to my new friend @monsterbit in order to give additional thanks!
Do you know who is @monsterbit is? My friend, you can miss a lot. I highly recommend checking him with [introduceyourself](https://steemit.com/introduceyourself/@monsterbit/hello-everyone-my-name-is-monsterbit-let-s-be-friends). He is going to hold interesting [contests with cash prizes](https://steemit.com/contest/@monsterbit/hello-dear-friends-monsterbit-is-in-touch-let-s-discuss-upcoming-contests) and promises to tell a lot of interesting stories!
properties (22)
authorallaz
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t110756707z
categorysteemit
json_metadata{"app":"postpromoter/1.9.1"}
created2018-03-19 11:07:54
last_update2018-03-19 11:07:54
depth1
children0
last_payout2018-03-26 11:07:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length714
author_reputation2,906,009,420,940
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,318,668
net_rshares0
@antondee ·
Hi @gmichelbkk I'm having problems with Dtube. Some videos won't load and are always buffering. Any ideas?
👍  
properties (23)
authorantondee
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t124321234z
categorysteemit
json_metadata{"tags":["steemit"],"users":["gmichelbkk"],"app":"steemit/0.1"}
created2018-03-19 12:43:21
last_update2018-03-19 12:43:21
depth1
children2
last_payout2018-03-26 12:43:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length106
author_reputation1,477,343,357,602
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,333,572
net_rshares2,807,474,441
author_curate_reward""
vote details (1)
@gmichelbkk ·
Not sure about that @antondee. You may want to try at another time, maybe the server is having issues.
properties (22)
authorgmichelbkk
permlinkre-antondee-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t125707521z
categorysteemit
json_metadata{"tags":["steemit"],"users":["antondee"],"app":"steemit/0.1"}
created2018-03-19 12:57:06
last_update2018-03-19 12:57:06
depth2
children1
last_payout2018-03-26 12:57:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length102
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,336,034
net_rshares0
@antondee ·
Thanks for getting back to me @gmichelbkk, it has been over a week and same videos do not load. Keep up the good work anyhow!
👍  
properties (23)
authorantondee
permlinkre-gmichelbkk-re-antondee-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t160533522z
categorysteemit
json_metadata{"tags":["steemit"],"users":["gmichelbkk"],"app":"steemit/0.1"}
created2018-03-19 16:05:33
last_update2018-03-19 16:05:33
depth3
children0
last_payout2018-03-26 16:05:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation1,477,343,357,602
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,370,715
net_rshares4,679,124,069
author_curate_reward""
vote details (1)
@autofreak ·
Just what i have been looking for!

But i have a question; do you know any plugin that allow one to post to steemit through wordpress?
👍  
properties (23)
authorautofreak
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t212141478z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 21:21:57
last_update2018-03-19 21:21:57
depth1
children0
last_payout2018-03-26 21:21:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length134
author_reputation14,084,098,064,393
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,417,565
net_rshares2,495,532,836
author_curate_reward""
vote details (1)
@bdsdeb ·
Thanks for the kind information, this info does help me because i am a new member on steemit.basically, i come steemit use for share my some crypto related knowledge and get beter info. i wait for your next information.
thanks @gmichelbkk
👍  
properties (23)
authorbdsdeb
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t224258284z
categorysteemit
json_metadata{"tags":["steemit"],"users":["gmichelbkk"],"app":"steemit/0.1"}
created2018-03-20 09:43:06
last_update2018-03-20 09:43:06
depth1
children1
last_payout2018-03-27 09:43:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length238
author_reputation300,591,313
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,512,791
net_rshares3,120,114,063
author_curate_reward""
vote details (1)
@gmichelbkk ·
I am glad that you like the post @bdsdeb, thank you.
properties (22)
authorgmichelbkk
permlinkre-bdsdeb-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t094638458z
categorysteemit
json_metadata{"tags":["steemit"],"users":["bdsdeb"],"app":"steemit/0.1"}
created2018-03-20 09:46:42
last_update2018-03-20 09:46:42
depth2
children0
last_payout2018-03-27 09:46:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,513,268
net_rshares0
@bukkymaj ·
Thank you Sir for this useful information. I will try it out.
👍  
properties (23)
authorbukkymaj
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t095317190z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 09:53:24
last_update2018-03-19 09:53:24
depth1
children1
last_payout2018-03-26 09:53:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation31,529,725,330
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,307,950
net_rshares2,794,770,055
author_curate_reward""
vote details (1)
@gmichelbkk ·
I am glad that you like it, thank you for commenting @bukkymaj.
properties (22)
authorgmichelbkk
permlinkre-bukkymaj-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t122309286z
categorysteemit
json_metadata{"tags":["steemit"],"users":["bukkymaj"],"app":"steemit/0.1"}
created2018-03-19 12:23:09
last_update2018-03-19 12:23:09
depth2
children0
last_payout2018-03-26 12:23:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,330,301
net_rshares0
@clixmoney ·
Can we add that to a website based on blogspot like mine : [steemit.name](http://www.steemit.name/) ? If it yes, please tell me how to do it ?
👍  
properties (23)
authorclixmoney
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t095340805z
categorysteemit
json_metadata{"tags":["steemit"],"links":["http://www.steemit.name/"],"app":"steemit/0.1"}
created2018-03-20 09:53:45
last_update2018-03-20 09:53:45
depth1
children5
last_payout2018-03-27 09:53:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length142
author_reputation708,028,799,822,335
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,514,308
net_rshares4,649,484,954
author_curate_reward""
vote details (1)
@gmichelbkk ·
I am not sure about these free blogs, but if you can add code to a page and the footer via a widget, then the process is the same as WordPress.
properties (22)
authorgmichelbkk
permlinkre-clixmoney-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180321t001239588z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-21 00:12:48
last_update2018-03-21 00:12:48
depth2
children4
last_payout2018-03-28 00:12:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length143
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,641,026
net_rshares0
@clixmoney ·
I did it after learning a bit, you can take a look, and I removed the widget of google +, now I am completly advertizing steemit. ☺
👍  
properties (23)
authorclixmoney
permlinkre-gmichelbkk-re-clixmoney-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180321t073759278z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-21 07:38:03
last_update2018-03-21 07:38:03
depth3
children3
last_payout2018-03-28 07:38:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length131
author_reputation708,028,799,822,335
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,696,500
net_rshares2,324,844,522
author_curate_reward""
vote details (1)
@craigahamilton ·
Incredibly helpful, I was looking for this kind of integration from the very beginning of my Steemit journey and its oh so rewarding. Great add to my professional website here, I'll continue to watch its development and tweak it as I go along. Again, this is one of the most beneficial advents of Steemit I've ever found, so definitely incorporating this link in my database.

# Thank you for sharing @gmichelbkk!!
👍  
properties (23)
authorcraigahamilton
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180322t030741455z
categorysteemit
json_metadata{"tags":["steemit"],"community":"busy","app":"busy/2.4.0"}
created2018-03-22 03:07:42
last_update2018-03-22 03:07:42
depth1
children3
last_payout2018-03-29 03:07:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length414
author_reputation5,718,415,817,349
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,865,852
net_rshares3,626,512,589
author_curate_reward""
vote details (1)
@gmichelbkk ·
Thank you very much @craigahamilton for your kind comment. I am glad it is useful for you.
You may want to read my second post about this:
https://steemit.com/steemit/@gmichelbkk/how-to-show-your-steemit-posts-on-your-website
👍  
properties (23)
authorgmichelbkk
permlinkre-craigahamilton-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180322t031910399z
categorysteemit
json_metadata{"tags":["steemit"],"users":["craigahamilton"],"links":["https://steemit.com/steemit/@gmichelbkk/how-to-show-your-steemit-posts-on-your-website"],"app":"steemit/0.1"}
created2018-03-22 03:19:12
last_update2018-03-22 03:19:12
depth2
children2
last_payout2018-03-29 03:19:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length225
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,867,362
net_rshares814,924,320
author_curate_reward""
vote details (1)
@craigahamilton ·
$0.02
Thank you so much for writing this up and sharing such valuable information. Consider yourself followed. I hope more experts of your caliber join Steemit and lend their wisdom to the growing user base.

# Thank you for sharing this!
👍  
properties (23)
authorcraigahamilton
permlinkre-gmichelbkk-re-craigahamilton-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180322t033938985z
categorysteemit
json_metadata{"tags":["steemit"],"community":"busy","app":"busy/2.4.0"}
created2018-03-22 03:39:39
last_update2018-03-22 03:39:39
depth3
children1
last_payout2018-03-29 03:39:39
cashout_time1969-12-31 23:59:59
total_payout_value0.017 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length232
author_reputation5,718,415,817,349
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,870,217
net_rshares8,071,915,117
author_curate_reward""
vote details (1)
@cybercodetwins ·
cool
👍  
properties (23)
authorcybercodetwins
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180712t000031373z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-07-12 00:00:30
last_update2018-07-12 00:00:30
depth1
children0
last_payout2018-07-19 00:00:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation2,098,733,764,293
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id64,344,964
net_rshares5,268,551,747
author_curate_reward""
vote details (1)
@fikarfitim99 ·
Good info brother me
👍  
properties (23)
authorfikarfitim99
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t211453638z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 21:15:06
last_update2018-03-19 21:15:06
depth1
children1
last_payout2018-03-26 21:15:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation-118,269,357
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,416,695
net_rshares2,495,532,836
author_curate_reward""
vote details (1)
@gmichelbkk ·
Thank you @fikarfitim99.
👍  
properties (23)
authorgmichelbkk
permlinkre-fikarfitim99-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t003405519z
categorysteemit
json_metadata{"tags":["steemit"],"users":["fikarfitim99"],"app":"steemit/0.1"}
created2018-03-20 00:34:09
last_update2018-03-20 00:34:09
depth2
children0
last_payout2018-03-27 00:34:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,441,420
net_rshares592,164,066
author_curate_reward""
vote details (1)
@gomovies ·
$0.05
Thank you so much for your valuable post man! very much appreciated :)
👍  ,
properties (23)
authorgomovies
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t123944559z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-20 12:39:54
last_update2018-03-20 12:39:54
depth1
children1
last_payout2018-03-27 12:39:54
cashout_time1969-12-31 23:59:59
total_payout_value0.050 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation260,958,136,057
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,537,973
net_rshares16,117,163,593
author_curate_reward""
vote details (2)
@gmichelbkk ·
I am glad you like it @gomovies. Thank you for commenting.
properties (22)
authorgmichelbkk
permlinkre-gomovies-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180321t000729120z
categorysteemit
json_metadata{"tags":["steemit"],"users":["gomovies"],"app":"steemit/0.1"}
created2018-03-21 00:07:33
last_update2018-03-21 00:07:33
depth2
children0
last_payout2018-03-28 00:07:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,640,373
net_rshares0
@gungho · (edited)
Thank you. This was very useful information. I will make sure to refer to this when I make my profile widget.
👍  
properties (23)
authorgungho
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180324t073659218z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-24 07:37:00
last_update2018-03-24 07:37:18
depth1
children1
last_payout2018-03-31 07:37:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation6,701,441,510,879
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,288,283
net_rshares3,557,384,450
author_curate_reward""
vote details (1)
@gmichelbkk ·
Thank you for your kind feedback @gungho.
properties (22)
authorgmichelbkk
permlinkre-gungho-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180324t075735789z
categorysteemit
json_metadata{"tags":["steemit"],"users":["gungho"],"app":"steemit/0.1"}
created2018-03-24 07:57:39
last_update2018-03-24 07:57:39
depth2
children0
last_payout2018-03-31 07:57:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,290,573
net_rshares0
@imran-aslam ·
nice post, 
thanks for useful information
👍  , , ,
properties (23)
authorimran-aslam
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t103026603z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 10:30:21
last_update2018-03-19 10:30:21
depth1
children1
last_payout2018-03-26 10:30:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation2,273,239,524,052
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,313,411
net_rshares4,727,611,806
author_curate_reward""
vote details (4)
@gmichelbkk ·
I am glad you like it, thank you @imran-aslam.
properties (22)
authorgmichelbkk
permlinkre-imran-aslam-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t122447697z
categorysteemit
json_metadata{"tags":["steemit"],"users":["imran-aslam"],"app":"steemit/0.1"}
created2018-03-19 12:24:45
last_update2018-03-19 12:24:45
depth2
children0
last_payout2018-03-26 12:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,330,576
net_rshares0
@jerrybanfield ·
Michel this is awesome and just what I needed!  I will resteem today and see about getting this on https://jerrybanfield.com/.
👍  
properties (23)
authorjerrybanfield
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t161901190z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://jerrybanfield.com/"],"app":"steemit/0.1"}
created2018-03-19 16:19:00
last_update2018-03-19 16:19:00
depth1
children1
last_payout2018-03-26 16:19:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length126
author_reputation362,393,802,961,900
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,373,092
net_rshares4,679,124,069
author_curate_reward""
vote details (1)
@gmichelbkk ·
I am glad @jerrybanfield that this is useful for you. Steemians need to know about this tool more. Thank you for the resteem.
properties (22)
authorgmichelbkk
permlinkre-jerrybanfield-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t002953652z
categorysteemit
json_metadata{"tags":["steemit"],"users":["jerrybanfield"],"app":"steemit/0.1"}
created2018-03-20 00:29:57
last_update2018-03-20 00:29:57
depth2
children0
last_payout2018-03-27 00:29:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,440,884
net_rshares0
@jessicapixie ·
Oh this is very helpful since I am actually working on creating my Blog on Wordpress. I will definitely follow this guideline to install the widget. Thanks!
👍  
properties (23)
authorjessicapixie
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t001732534z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-20 00:17:30
last_update2018-03-20 00:17:30
depth1
children1
last_payout2018-03-27 00:17:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length156
author_reputation1,126,541,781,761
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,439,233
net_rshares3,899,270,057
author_curate_reward""
vote details (1)
@gmichelbkk ·
$0.15
I am glad this is useful for you @jessicapixie. Thank you for commenting.
👍  
properties (23)
authorgmichelbkk
permlinkre-jessicapixie-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t004728516z
categorysteemit
json_metadata{"tags":["steemit"],"users":["jessicapixie"],"app":"steemit/0.1"}
created2018-03-20 00:47:33
last_update2018-03-20 00:47:33
depth2
children0
last_payout2018-03-27 00:47:33
cashout_time1969-12-31 23:59:59
total_payout_value0.114 HBD
curator_payout_value0.036 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,443,043
net_rshares46,417,412,311
author_curate_reward""
vote details (1)
@jose-poveda ·
His would be that a computer made a plugin for Wordpress. So better for those who do not know code.
👍  
properties (23)
authorjose-poveda
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t204115570z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-20 20:41:18
last_update2018-03-20 20:41:18
depth1
children1
last_payout2018-03-27 20:41:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation3,998,582,858,716
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,615,955
net_rshares3,487,113,715
author_curate_reward""
vote details (1)
@gmichelbkk · (edited)
If you know how to install a plugin on WordPress, you can do this @jose-poveda. It's just a matter of copying and pasting some code you don't have to understand.
properties (22)
authorgmichelbkk
permlinkre-jose-poveda-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180321t001016496z
categorysteemit
json_metadata{"tags":["steemit"],"users":["jose-poveda"],"app":"steemit/0.1"}
created2018-03-21 00:10:21
last_update2018-03-21 00:10:45
depth2
children0
last_payout2018-03-28 00:10:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length161
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,640,737
net_rshares0
@krisosa ·
This post will be very useful on my blog. Thank you very much for sharing such a useful information.
👍  
properties (23)
authorkrisosa
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t014449205z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-20 01:44:57
last_update2018-03-20 01:44:57
depth1
children1
last_payout2018-03-27 01:44:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation307,627,616,537
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,450,380
net_rshares3,119,416,046
author_curate_reward""
vote details (1)
@gmichelbkk ·
I am glad it is @krisosa. Thank you for commenting.
properties (22)
authorgmichelbkk
permlinkre-krisosa-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t020951929z
categorysteemit
json_metadata{"tags":["steemit"],"users":["krisosa"],"app":"steemit/0.1"}
created2018-03-20 02:09:51
last_update2018-03-20 02:09:51
depth2
children0
last_payout2018-03-27 02:09:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,453,702
net_rshares0
@mkt · (edited)
$0.10
Hey @gmichelbkk! Thank you! Seems I have to take my old widgets project a little bit more serious again. :D I didn't really plan to support it anymore but... well... maybe I'll reconsider. :D

Oh btw... You just need to make sure you use a different id when adding multiple widgets.
👍  , ,
properties (23)
authormkt
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t113026361z
categorysteemit
json_metadata{"tags":["steemit"],"community":"busy","app":"busy/2.4.0"}
created2018-03-19 11:30:27
last_update2018-03-19 14:28:54
depth1
children8
last_payout2018-03-26 11:30:27
cashout_time1969-12-31 23:59:59
total_payout_value0.079 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length282
author_reputation45,513,283,519,678
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,322,265
net_rshares31,063,663,712
author_curate_reward""
vote details (3)
@autofreak ·
$0.06
Hello, do you have to tool that allow users to post from wordpress and it will reflect on steemit?
👍  ,
properties (23)
authorautofreak
permlinkre-mkt-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t212415396z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 21:24:24
last_update2018-03-19 21:24:24
depth2
children1
last_payout2018-03-26 21:24:24
cashout_time1969-12-31 23:59:59
total_payout_value0.046 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation14,084,098,064,393
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,417,866
net_rshares18,335,641,889
author_curate_reward""
vote details (2)
@mkt ·
Search for steempress
properties (22)
authormkt
permlinkre-autofreak-re-mkt-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t224855562z
categorysteemit
json_metadata{"tags":["steemit"],"community":"busy","app":"busy/2.4.0"}
created2018-03-19 22:48:57
last_update2018-03-19 22:48:57
depth3
children0
last_payout2018-03-26 22:48:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation45,513,283,519,678
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,428,128
net_rshares0
@gmichelbkk ·
Thank you for reading the post and commenting. Yes, please, continue this project because it is going to be useful for a lot of people. I think the widgets are awesome and what you need is more promotion so people are aware they exist. Thank you for the tip of using a different id, I will try that.
properties (22)
authorgmichelbkk
permlinkre-mkt-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t122209746z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 12:22:09
last_update2018-03-19 12:22:09
depth2
children5
last_payout2018-03-26 12:22:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length299
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,330,138
net_rshares0
@mkt ·
$0.02
I was thinking about implementing SteemConnect to enable commenting and voting. But therefore I would have to change the entire technical concept... :/ maybe I'll find a reasonable solution someday. :D
👍  
properties (23)
authormkt
permlinkre-gmichelbkk-re-mkt-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t132816136z
categorysteemit
json_metadata{"tags":["steemit"],"community":"busy","app":"busy/2.4.0"}
created2018-03-19 13:28:18
last_update2018-03-19 13:28:18
depth3
children4
last_payout2018-03-26 13:28:18
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length201
author_reputation45,513,283,519,678
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,341,973
net_rshares7,330,627,708
author_curate_reward""
vote details (1)
@modev ·
Thank you for sharing this! I like how customizable this widget is, it's exactly what I was looking for.
👍  
properties (23)
authormodev
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t212413433z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 21:24:15
last_update2018-03-19 21:24:15
depth1
children1
last_payout2018-03-26 21:24:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation35,379,534,428
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,417,845
net_rshares4,055,240,860
author_curate_reward""
vote details (1)
@gmichelbkk ·
Thank you for your feedback @modev, I am glad you like this tool.
properties (22)
authorgmichelbkk
permlinkre-modev-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t004359920z
categorysteemit
json_metadata{"tags":["steemit"],"users":["modev"],"app":"steemit/0.1"}
created2018-03-20 00:44:06
last_update2018-03-20 00:44:06
depth2
children0
last_payout2018-03-27 00:44:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,442,600
net_rshares0
@naturalog ·
Currently buikding my blog an is greatful for this...i want to learn about api an why its needed
👍  
properties (23)
authornaturalog
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t231533341z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 23:15:36
last_update2018-03-19 23:15:36
depth1
children1
last_payout2018-03-26 23:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation107,826,849,847
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,431,319
net_rshares3,899,270,057
author_curate_reward""
vote details (1)
@gmichelbkk ·
Thank you for commenting, it's great this is useful for you @naturalog.
properties (22)
authorgmichelbkk
permlinkre-naturalog-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t004537722z
categorysteemit
json_metadata{"tags":["steemit"],"users":["naturalog"],"app":"steemit/0.1"}
created2018-03-20 00:45:39
last_update2018-03-20 00:45:39
depth2
children0
last_payout2018-03-27 00:45:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,442,797
net_rshares0
@postpromoter ·
re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t125421613z
You got a 2.18% upvote from @postpromoter courtesy of @gmichelbkk!

Want to promote your posts too? Check out the [Steem Bot Tracker website](https://steembottracker.com) for more info. If you would like to support the development of @postpromoter and the bot tracker please [vote for @yabapmatt for witness!](https://v2.steemconnect.com/sign/account-witness-vote?witness=yabapmatt&approve=1)
properties (22)
authorpostpromoter
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t125421613z
categorysteemit
json_metadata{"app":"postpromoter/1.8.6"}
created2018-03-19 12:54:21
last_update2018-03-19 12:54:21
depth1
children0
last_payout2018-03-26 12:54:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length393
author_reputation12,722,616,650,811
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,335,537
net_rshares0
@rahmanmdriad ·
very usefull post sir,,,thanks a lot for your kind informations
👍  ,
properties (23)
authorrahmanmdriad
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t032140478z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-20 03:21:42
last_update2018-03-20 03:21:42
depth1
children1
last_payout2018-03-27 03:21:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation848,023,231,290
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,463,152
net_rshares3,593,288,468
author_curate_reward""
vote details (2)
@gmichelbkk ·
I am glad you like it @rahmanmdriad.
👍  
properties (23)
authorgmichelbkk
permlinkre-rahmanmdriad-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t034750201z
categorysteemit
json_metadata{"tags":["steemit"],"users":["rahmanmdriad"],"app":"steemit/0.1"}
created2018-03-20 03:47:51
last_update2018-03-20 03:47:51
depth2
children0
last_payout2018-03-27 03:47:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,466,636
net_rshares588,311,793
author_curate_reward""
vote details (1)
@reigns ·
Really useful piece of information. Thank you!
👍  
properties (23)
authorreigns
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t210953368z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 21:07:42
last_update2018-03-19 21:07:42
depth1
children1
last_payout2018-03-26 21:07:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation50,654,526,586
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,415,820
net_rshares4,055,240,860
author_curate_reward""
vote details (1)
@gmichelbkk ·
Thank you @reigns, I am glad you like it.
properties (22)
authorgmichelbkk
permlinkre-reigns-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t003214009z
categorysteemit
json_metadata{"tags":["steemit"],"users":["reigns"],"app":"steemit/0.1"}
created2018-03-20 00:32:18
last_update2018-03-20 00:32:18
depth2
children0
last_payout2018-03-27 00:32:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,441,191
net_rshares0
@reonlouw ·
As always, you are helpful and very detailed. I enjoy what you do for Steemit. Thank you!
👍  
properties (23)
authorreonlouw
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180321t195734978z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-21 19:57:39
last_update2018-03-21 19:57:39
depth1
children1
last_payout2018-03-28 19:57:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length89
author_reputation19,228,702,032,907
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,809,558
net_rshares3,041,267,528
author_curate_reward""
vote details (1)
@gmichelbkk ·
Thank you for your kind feedback @reonlouw.
properties (22)
authorgmichelbkk
permlinkre-reonlouw-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180322t001213058z
categorysteemit
json_metadata{"tags":["steemit"],"users":["reonlouw"],"app":"steemit/0.1"}
created2018-03-22 00:12:12
last_update2018-03-22 00:12:12
depth2
children0
last_payout2018-03-29 00:12:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,842,656
net_rshares0
@rezoanulvibes ·
Thank you so much @gmichelbkk for explaining step by step easily. Now anyone can add steemit profile wedget on their site. This is pretty cool!
👍  
properties (23)
authorrezoanulvibes
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t181506692z
categorysteemit
json_metadata{"tags":["steemit"],"users":["gmichelbkk"],"app":"steemit/0.1"}
created2018-03-19 18:15:21
last_update2018-03-19 18:15:21
depth1
children1
last_payout2018-03-26 18:15:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length143
author_reputation534,462,861,980,061
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,392,198
net_rshares4,679,124,069
author_curate_reward""
vote details (1)
@gmichelbkk ·
I am glad you like it @rezoanulvibes, thank you for your comment.
properties (22)
authorgmichelbkk
permlinkre-rezoanulvibes-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t003113887z
categorysteemit
json_metadata{"tags":["steemit"],"users":["rezoanulvibes"],"app":"steemit/0.1"}
created2018-03-20 00:31:15
last_update2018-03-20 00:31:15
depth2
children0
last_payout2018-03-27 00:31:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,441,062
net_rshares0
@richatvns ·
$0.10
![thumbsupcolor.jpg](https://steemitimages.com/DQmadQsoxRmjHJncaaoZprVuHDJmKYJXCuNp99qDRKXZT6N/thumbsupcolor.jpg)
Excellent info I am resteeming!
![followmesteampower.jpg](https://steemitimages.com/DQmauy7c3y92hPLPNFdkaBLpqpKtK1GCyxE1VKZStNJxqXb/followmesteampower.jpg)
👍  ,
properties (23)
authorrichatvns
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180322t183706574z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://steemitimages.com/DQmadQsoxRmjHJncaaoZprVuHDJmKYJXCuNp99qDRKXZT6N/thumbsupcolor.jpg","https://steemitimages.com/DQmauy7c3y92hPLPNFdkaBLpqpKtK1GCyxE1VKZStNJxqXb/followmesteampower.jpg"],"app":"steemit/0.1"}
created2018-03-22 18:37:09
last_update2018-03-22 18:37:09
depth1
children3
last_payout2018-03-29 18:37:09
cashout_time1969-12-31 23:59:59
total_payout_value0.098 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length269
author_reputation243,323,637,506,719
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,001,923
net_rshares34,562,867,184
author_curate_reward""
vote details (2)
@emmanuelzod ·
$0.03
Awesome post for sure...
👍  ,
properties (23)
authoremmanuelzod
permlinkre-richatvns-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180324t214616978z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-24 21:46:30
last_update2018-03-24 21:46:30
depth2
children1
last_payout2018-03-31 21:46:30
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation3,581,786,386,266
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,398,938
net_rshares13,132,987,337
author_curate_reward""
vote details (2)
@richatvns ·
$0.03
![emoticons16.jpg](https://steemitimages.com/DQmQaimL4RuyhsuUfML2DPWFnC4d32XqyigzgEGBBEZv4Qz/emoticons16.jpg)
👍  
properties (23)
authorrichatvns
permlinkre-emmanuelzod-re-richatvns-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180328t155258592z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://steemitimages.com/DQmQaimL4RuyhsuUfML2DPWFnC4d32XqyigzgEGBBEZv4Qz/emoticons16.jpg"],"app":"steemit/0.1"}
created2018-03-28 15:53:00
last_update2018-03-28 15:53:00
depth3
children0
last_payout2018-04-04 15:53:00
cashout_time1969-12-31 23:59:59
total_payout_value0.031 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation243,323,637,506,719
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,116,224
net_rshares12,820,446,697
author_curate_reward""
vote details (1)
@gmichelbkk ·
$0.04
Thank you for resteeming. This will help other people discover this tool.
👍  
properties (23)
authorgmichelbkk
permlinkre-richatvns-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180323t003903561z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-23 00:39:06
last_update2018-03-23 00:39:06
depth2
children0
last_payout2018-03-30 00:39:06
cashout_time1969-12-31 23:59:59
total_payout_value0.027 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,049,403
net_rshares12,820,446,697
author_curate_reward""
vote details (1)
@sagarthukral ·
$0.17
Thank you for this post, I have bookmarked it as I am developing my website currently and this would be very useful for me in the future.
👍  ,
properties (23)
authorsagarthukral
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t111102496z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 11:11:03
last_update2018-03-19 11:11:03
depth1
children1
last_payout2018-03-26 11:11:03
cashout_time1969-12-31 23:59:59
total_payout_value0.132 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length137
author_reputation16,338,302,464,818
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,319,142
net_rshares52,293,672,897
author_curate_reward""
vote details (2)
@gmichelbkk ·
@sagarthukral, I am glad this is useful for you. Thank you for commenting.
properties (22)
authorgmichelbkk
permlinkre-sagarthukral-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t122551777z
categorysteemit
json_metadata{"tags":["steemit"],"users":["sagarthukral"],"app":"steemit/0.1"}
created2018-03-19 12:25:51
last_update2018-03-19 12:25:51
depth2
children0
last_payout2018-03-26 12:25:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,330,743
net_rshares0
@shravanthakur ·
Today I started my journey on steemit , this post will help me alot , guys like me those are new to steemit will surely look into this , keep up the good work lad ✌
👍  
properties (23)
authorshravanthakur
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180321t203240646z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-21 20:32:42
last_update2018-03-21 20:32:42
depth1
children1
last_payout2018-03-28 20:32:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation355,401,410
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,814,516
net_rshares3,041,267,528
author_curate_reward""
vote details (1)
@gmichelbkk ·
Thank you very much @shravanthakur. Congratulations on starting blogging on Steemit.
properties (22)
authorgmichelbkk
permlinkre-shravanthakur-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180322t001139883z
categorysteemit
json_metadata{"tags":["steemit"],"users":["shravanthakur"],"app":"steemit/0.1"}
created2018-03-22 00:11:39
last_update2018-03-22 00:11:39
depth2
children0
last_payout2018-03-29 00:11:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,842,581
net_rshares0
@teejayomonla ·
Thanks  for the information.
👍  
properties (23)
authorteejayomonla
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t211217659z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 21:13:51
last_update2018-03-19 21:13:51
depth1
children2
last_payout2018-03-26 21:13:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation19,130,738,242
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,416,538
net_rshares2,183,591,232
author_curate_reward""
vote details (1)
@gmichelbkk ·
My pleasure @teejayomonla.
properties (22)
authorgmichelbkk
permlinkre-teejayomonla-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t003309562z
categorysteemit
json_metadata{"tags":["steemit"],"users":["teejayomonla"],"app":"steemit/0.1"}
created2018-03-20 00:33:12
last_update2018-03-20 00:33:12
depth2
children1
last_payout2018-03-27 00:33:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,441,303
net_rshares0
@teejayomonla ·
U are welcome
👍  
properties (23)
authorteejayomonla
permlinkre-gmichelbkk-re-teejayomonla-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t214236478z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-20 21:42:42
last_update2018-03-20 21:42:42
depth3
children0
last_payout2018-03-27 21:42:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation19,130,738,242
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,623,835
net_rshares1,859,793,981
author_curate_reward""
vote details (1)
@teejayomonla ·
Thanks  for the information.
👍  
properties (23)
authorteejayomonla
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t211618184z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 21:16:30
last_update2018-03-19 21:16:30
depth1
children2
last_payout2018-03-26 21:16:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation19,130,738,242
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,416,876
net_rshares2,495,532,836
author_curate_reward""
vote details (1)
@gmichelbkk ·
Thank you.
properties (22)
authorgmichelbkk
permlinkre-teejayomonla-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t005014262z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-20 00:50:21
last_update2018-03-20 00:50:21
depth2
children1
last_payout2018-03-27 00:50:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,443,413
net_rshares0
@teejayomonla ·
I will be expecting more sir. Thanks
👍  
properties (23)
authorteejayomonla
permlinkre-gmichelbkk-re-teejayomonla-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t214146432z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-20 21:41:57
last_update2018-03-20 21:41:57
depth3
children0
last_payout2018-03-27 21:41:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation19,130,738,242
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,623,752
net_rshares1,859,793,981
author_curate_reward""
vote details (1)
@thebot ·
re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t142416401z
You got 25.97% upvote | Courtesy of @gmichelbkk!
Delegate [us](https://steembottracker.com/delegation.html?delegatee=thebot)  Steem Power & get **97%** daily rewards share!
[20 SP](https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=thebot&vesting_shares=20%20SP), [50](https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=thebot&vesting_shares=50%20SP), [75](https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=thebot&vesting_shares=75%20SP), [100](https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=thebot&vesting_shares=100%20SP), [150](https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=thebot&vesting_shares=150%20SP), [200](https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=thebot&vesting_shares=200%20SP), [300](https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=thebot&vesting_shares=300%20SP), [500](https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=thebot&vesting_shares=500%20SP), [1000](https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=thebot&vesting_shares=1000%20SP) or [Fill in any amount of SP](https://steembottracker.com/delegation.html?delegatee=thebot).
Click [For details](https://steemit.com/steemit/@thebot/the-simple-way-to-earn-with-us-be-part-of-us) | [Discord server](https://discord.gg/R2caaAD)

properties (22)
authorthebot
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t142416401z
categorysteemit
json_metadata{"app":"postpromoter/1.9.0"}
created2018-03-19 14:24:18
last_update2018-03-19 14:24:18
depth1
children0
last_payout2018-03-26 14:24:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,449
author_reputation1,438,251,448,554
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,352,300
net_rshares0
@verhp11 ·
Thank you very much, this is a great way to expose our steemit accounts and platform on more other sites or platforms. I will try this and implement this at my other site. Thank's again, a nice feature..
👍  
properties (23)
authorverhp11
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t095956029z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 09:59:57
last_update2018-03-19 09:59:57
depth1
children1
last_payout2018-03-26 09:59:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length203
author_reputation101,983,719,324,115
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,308,912
net_rshares2,794,770,055
author_curate_reward""
vote details (1)
@gmichelbkk ·
Thank you for commenting @verhp11, and I am glad the post is useful for you.
properties (22)
authorgmichelbkk
permlinkre-verhp11-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t122406519z
categorysteemit
json_metadata{"tags":["steemit"],"users":["verhp11"],"app":"steemit/0.1"}
created2018-03-19 12:24:06
last_update2018-03-19 12:24:06
depth2
children0
last_payout2018-03-26 12:24:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,330,470
net_rshares0
@xinvista ·
Just thought about this yesterday and today there's a post about it. Thanks you very much!
👍  
properties (23)
authorxinvista
permlinkre-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180319t140222878z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-03-19 14:02:24
last_update2018-03-19 14:02:24
depth1
children1
last_payout2018-03-26 14:02:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation186,383,703,131
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,348,260
net_rshares4,367,182,464
author_curate_reward""
vote details (1)
@gmichelbkk ·
I am glad @xinvista that you saw my post at the right time.
👍  
properties (23)
authorgmichelbkk
permlinkre-xinvista-re-gmichelbkk-how-to-add-a-steemit-profile-widget-on-your-website-20180320t003516294z
categorysteemit
json_metadata{"tags":["steemit"],"users":["xinvista"],"app":"steemit/0.1"}
created2018-03-20 00:35:21
last_update2018-03-20 00:35:21
depth2
children0
last_payout2018-03-27 00:35:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation39,321,958,154,729
root_title"How to Add a Steemit Profile Widget on your Website?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,441,549
net_rshares550,627,670
author_curate_reward""
vote details (1)