The Beginner's Guide to Steemit, Part 5: The Social Functions on Steemit

in #steemit6 years ago (edited)

Welcome to Part 5 of The Beginner's Guide to Steemit, a project seeking to demystify Steemit to brand new users and make joining the platform a seamless experience. If this is your first encounter with the Beginner's Guide, be sure to read previous installments:

In Part 1 of this series, we quickly went through the basic functions of your Steemit account, including the social media aspects. This lesson will provide more details about the specific social actions you can take with your account here on Steemit! Let's get started:

STEEM Currencies Logo

Image created by @ethandsmith using CC0 resources and Nexa Bold and Alegreya Sans fonts. Released under a CC0 1.0 Universal License.

What You'll Learn:

  • How to share a blog post
  • How to tag and title your blog posts
  • How to comment on other users' blogs
  • How to follow other users
  • How to resteem a post
  • What is reputation, and how does it change?

Social Account Functions

Image description

Image created by geralt. Used under a CC0 1.0 Universal License.

Every Steemit account may perform several basic functions that you'll recognize from other social media websites. All of these functions involve sharing content and interacting with others.

First, you'll need to share content by publishing blogs, or posts, as you'll hear used interchangeably. Similar to a blog post on Wordpress, a status on Facebook, or a photo on Instagram, blogging is the main way to share content on your profile on the STEEM blockchain.

Next is commenting. Similar to comments on most other social media sites, you'll be able to share your thoughts on others' posts or your own by typing out text responses below any blog or previous comment.

You may also follow other users to keep track of what they share. If you like their content, you may choose to resteem it so it shows up on your blog.

Finally, there's voting. On Facebook and Instagram, users "like" or "react" to content to show their approval. On Reddit, users may "upvote" or "downvote" to express their approval or disapproval. Steemit's voting system is most similar to Reddit, in that you vote on content you like as a way of showing approval (however, remember that your Steemit votes have value!).

Voting on Steemit is a bit more complicated than it may seem on the surface. It is absolutely a way to show your approval of other content, but voting has some limitations and other uses that I plan to devote the entire next lesson to understanding fully.

Now that we've reviewed the main social functions, let's look at each one in a bit more detail:

Blogging

Image description

Image created by geralt. Used under a CC0 1.0 Universal License.

Blogging on Steemit is your outlet for creativity. It's how you share your thoughts, stories, photos, music, videos, and other content with the Steemit community. Posts will show up on your profile in chronological order. Don't worry, there aren't any sorting algorithms, so users visiting your profile will see things exactly as you have shared them. To see how a profile looks with blog posts, feel free to visit mine to get an idea of what the layout looks like on Steemit.com.

Sharing a blog post is easy. When you login to Steemit, you'll see a circular button with a pencil on it in the top right of the page:

When you click it, you'll be taken to a fairly bare-bones input field that consists of a text field for a title, a paragraph field for your post's content, and a field for tags:

Titles

The title of your post is what will appear in bold on your profile and elsewhere on Steemit. Visit my blog or the Steemit home page to see examples of titles. These are usually designed to give users an idea of what your post is about, so you'll want to make sure your title does a good job of summarizing your post. There are various strategies for creating good titles, but as a general rule, make it interesting, but be sure to communicate the main idea of the post!

The Body of Your Blog Post

Typing a blog post

Image created by mohamed_hassan. Used under a CC0 1.0 Universal License.

The next field is where the world is open to you. What you include in the "Write Your Story..." field will forever be immortalized on the blockchain (Forever? Yes, that's right, the blockchain is permanent. We'll talk about the implications of this in a later lesson).

You can blog about anything your heart desires. Food, travel, news, cryptocurrencies, your pets. Anything. If you're thinking of something right now, grab a piece of paper or open Notepad and write it down! All ideas could turn into fantastic posts on Steemit!

Markdown

Blogs on Steemit may be formatted using a language called Markdown or by using the "Editor" button on the Compose page to open a menu with formatting options.

Markdown can be intimidating at first, but once you learn the basics, formatting will be easy! If you've ever used HTML, markdown is similar, and markdown works alongside most HTML code. If you're new to Markdown and HTML, don't worry. I'm going to dedicate an entire lesson to post formatting.

If you're interested in learning more about how Markdown works as well as some of the formatting tools you can use on Steemit, check out the Markdown Styling Guide! Here's an example:

Consider how I've used links in my posts so far. I can take part of a sentence and link it to whatever I want.

How? Markdown makes it simple. You include the text you want to link in brackets and the link in parentheses right beside it. So this:

[Here's a link to my blog](https://steemit.com/@ethandsmith)

becomes this:

Here's a link to my blog

Neat, right?

If you were paying attention, you'll even notice that I used a markdown trick to make the above code appear as code instead of a link!

There are many more tricks like this that will help you format your posts, so check out the Styling Guide or a guide I wrote a while back if you're interested, or simply keep reading. We'll talk all about Markdown in a later lesson.

Images

You can also use images in Steemit posts. Steemit allows you to drag and drop images into the text field or use links to images you've already uploaded on your personal blog or a hosting service like Imgur. If you choose to drag and drop an image into the Compose field, Steemit will host the image for you and generate the proper markdown code. If you're self-hosting images, you can use the following markdown to display an image:

![image description](Image URL)

so an example of this is

![Image description](https://ethandsmith.com/wp-content/uploads/2018/03/silhouette-3165210_1280.png)

which I used to display the image you see underneath "The Body of Your Blog Post" header!

Please be sure that if you are using images in blog posts that they are either your own images or licensed for commercial use.

Using content that is not your own without proper license and attribution may result in negative consequences here on Steemit. For more information on this subject, here are a few helpful links:

You may have noticed that each of the images in this post (that aren't screenshots) have a small attribution text below them. I invite you to adopt this general strategy, which was inspired by @rubencress:

<center>![Image description](image URL)
<sub>
Image created by [Image Creator Name](link to original source). Used under a [Insert License Name Here](License URL).
</sub>
</center>

For example, consider the image I used at the beginning of "The Body of Your Blog Post" section. Here's what the code looks like:

<center>![Typing a blog post](https://ethandsmith.com/wp-content/uploads/2018/03/silhouette-3165210_1280.png)
<sub>
Image created by [mohamed_hassan](https://pixabay.com/en/silhouette-it-business-laptop-man-3165210/). Used under a [CC0 1.0 Universal License](https://creativecommons.org/publicdomain/zero/1.0/).
</sub>
</center>

Note: These codes use a combination of HTML and Markdown, just in case some of the code looks unfamiliar. Steemit is great because it accepts both!

We will discuss plagiarism and attribution in more detail in later lessons!

Once you've typed up your post, now you need to decide what categories to place it in!

Tags

Image description

Image created by TheDigitalArtist. Used under a CC0 1.0 Universal License.

Tags are categories. When you browse to the Steemit home page, you'll see a list of the most popular tags on the left side. Each Steemit post may have up to five tags, one primary tag, and four secondary tags. These tags will allow other users to find your post if they are browsing through posts that have specific tags.

You can try it! Browsing a specific tag on Steemit is pretty easy because the URL structure on Steemit is elementary. You may browse through tags that are "trending," meaning they have received the most votes and engagements over the past few days, or "hot," meaning they have received large amounts of votes and engagements in a short amount of time, or "new," which simply shows the latest posts shared with a given tag.

Pick a tag you're interested in and add it to

https://steemit.com/hot/[your tag here] or
https://steemit.com/trending/[your tag here] or
https://steemit.com/new/[your tag here]

Alternatively, browse to the Steemit home page and select one of the tags on the left side of the page.

Tags may be used strategically since they can be almost anything. If you're running a contest, for example, you could create a new tag that all entries may be tagged with, which would allow you to view all entries with relative ease. Think of tags as similar to hashtags on Twitter or Facebook, in fact, tags may appear with the pound sign within Steemit blogs, e.g. #steemit. Clicking on them will take you to view all of the latest posts with that tag.

Commenting

Image description

Image created by OpenClipart-Vectors. Used under a CC0 1.0 Universal License.

Once you have shared a blog post, other users will have the opportunity to comment on your posts, similar to how you can comment on other social media websites like Facebook and Instagram.

It's simple: just scroll to the bottom of a post that you like, click reply, and a field will appear for you to leave your response. This field also supports markdown, so you'll have the full range of formatting options that you already do when sharing a blog post.

Click submit to share your comment, and then others may reply to your comment in a similar way. These threads may continue as long as someone keeps responding! Other users may vote on comments that they like, so you can earn rewards for great comments and reward others for their responses!

Commenting is also one of the best ways to engage other users and gain followers.

If you find a post you like, read through it, find parts that you like, and comment directly about them. Engage the user about their post. Tell them what you like and what you don't like. We will talk more about engagement in a later lesson, but for now, here's a great guide for how to leave excellent comments which I strongly encourage you to read before beginning to engage others on Steemit.

Following

Image description

Image created by Alexas_Fotos. Used under a CC0 1.0 Universal License.

When you register for Steemit and login for the first time, you'll be taken to your "feed" page, which will be empty. This page is where posts by users you follow will appear.

Following a user on Steemit is very similar to following a user on Twitter or Instagram. If you find a post you like, click a user's name at the bottom, and you'll see a small box pop up that has a "follow" button.

This follow button also appears at the top right of any user's profile, which may be accessed by placing someone's username after steemit.com/@, for example, the URL of my profile is https://steemit.com/@ethandsmith. If you click that, you'll see a follow button in the top right of my profile!

Clicking follow will make all posts by a given user show up on your feed page (steemit.com/@yourusername/feed). All posts show up in chronological order, so if you enjoyed having that "novel" feature on Facebook, Twitter, and Instagram back when they first got started, you'll like Steemit. There are no sorting algorithms, no suggested posts, just a feed sorted by date and time.

Resteeming

Resteeming is the act of sharing someone else's blog post that you like so that it shows up on your blog as well, and thus shows up to your followers. Resteeming a post on Steemit is accomplished by clicking the small arrow icon that you'll find at the end of every post:

Resteeming is a great way to show your support for someone else's post, but keep in mind that resteeming is permanent. You'll be asked to confirm the action when clicking the resteem button, and this is your last opportunity to say no. Resteems will appear on your profile with a small "resteemed" icon above them so other users will know that it has been resteemed by you.

This is similar to retweeting or sharing a post on Twitter or Facebook.

Reputation

Image description

Image created by fotoblend. Used under a CC0 1.0 Universal License.

Across Steemit, each time a user's name appears beneath a blog post or atop a comment or at the top of their profile, you'll see a number in parentheses. This number is that user's reputation score. On Steemit, reputation is a numerical measure of the notoriety of your account.

As a new user, your reputation will begin at 25. As you begin to receive votes and comments, you'll see your reputation score rise. Reputation increases and decreases based on the STEEM Power of the users who vote on your content.

Therefore, a typical strategy for increasing your reputation involves consistently posting quality content on your blog and receiving votes from a variety of users.

Increasing your reputation also becomes more difficult the higher you get. The current highest reputation on Steemit is in the upper 70s.

Your reputation may also decrease if you receive a significant amount of flags or downvotes, which will be discussed in the next lesson. Therefore, it is wise to avoid behaviors that may warrant flagging (we'll talk about dos and don'ts later).

Again, I suggest a consistent pattern of blogging, voting, and commenting in order to raise your reputation. Achieving a high reputation level does not happen overnight, so I encourage you to keep at it in order to reach the ranks of rep 60+.

It is also worth noting that just because someone has a high reputation on Steemit does not necessarily mean that he or she will produce quality content. Be sure to evaluate someone's full profile and resist the urge to rely only on reputation when evaluating quality content.

Voting

The last social function on Steemit that I'm going to discuss is voting, which is arguably the most important since it is how users assign value to other users' blog posts. As I mentioned earlier, voting seems straightforward, but there are many topics to discuss when it comes to voting. Therefore, the next lesson will be devoted entirely to discussing voting on Steemit.

What You Should Know

  • What blog posts are and how to share one
  • How to engage others with comments
  • How tags are used across Steemit
  • How to follow other users on Steemit
  • How to resteem a post
  • What reputation is and why it is important

Final Thoughts

I debated including this chapter of the guide at all since most of these topics are covered in the Quick-Start Guide. Let me know what you think. It might be useful to refer someone to this post instead of the Quick-Start guide so they won't have to scroll through the registration steps in order to read about social functions. Once again, I'm open to any and all feedback on this series! Thank you so much for reading and supporting this initiative. Next up is a lesson on voting!

Footer

The STEEM Engine

Footer

Sort:  

Congratulations! Your post has been selected as a daily Steemit truffle! It is listed on rank 11 of all contributions awarded today. You can find the TOP DAILY TRUFFLE PICKS HERE.

I upvoted your contribution because to my mind your post is at least 17 SBD worth and should receive 174 votes. It's now up to the lovely Steemit community to make this come true.

I am TrufflePig, an Artificial Intelligence Bot that helps minnows and content curators using Machine Learning. If you are curious how I select content, you can find an explanation here!

Have a nice day and sincerely yours,
trufflepig
TrufflePig

Next is commenting. Similar to comments on most other social media sites, you'll be able to share your thoughts on others' posts or your own by typing out text responses below any blog or previous comment.

Recently I came to the conclusion that commenting is 10x more important than publishing an article every day.

I came to that conclusion because barely anyone looks through the Steemit feed to find content (I have done that maybe 5x in 6 months).

And if someone looks through the Steemit feed then only through the trending section so almost all posts in the "New" or "Hot" section gain no views.

And it doesn't matter if you have 1 or 2000 followers. If the people do not know your name they will simply not look you up.

Jerrybanfield for example can afford to only post and not comment because he is known and got many followers (currently 35000).

But if you are someone that is not known, that does not reach the trending section without bots and without many followers then you will not gain new followers.

So what can you do? You start commenting on blogs and write great valuable comments to get your name out there.

Participating in Podcasts is also a good way to get your name out there

i`m agree with you @valorforfreedom...

Thank you for this detailed post. I especially appreciate your breakdown and codes to credit images sources properly with specific regard to adding the CC user license code.

I used it in my last post and although all my images except one, are from Pixabay, I was able to credit not only the image source but the creator/photographer as well.

You really supply your information on all the social media aspects we can or have to follow here on Steemit in a way that makes it easy for newbies to understand the intricate workings on this platform.

I still have a lot to learn but with excellent tutorials like this one, the learning curve becomes so much easier.

I will resteem this post as I feel it can help other members especially when it comes to coding and markdown. Thank you once again @ethandsmith

Hey there @elsievr! I'm so glad you're able to make use of the CC license code. I think it's a wonderful way to show appreciation for the original content and to proclaim to other users the importance of citations.

Once again, I appreciate your feedback on the series. It's been great hearing from members old and new about how they believe this series will help plenty of new users. I really appreciate you reading and engaging this post. Lesson 6 is out now, and it's all about voting! I hope you'll check it out and let me know what you think!

@ethandsmith - When I first started using public domain images (photos as well as clipart), I had a hard time getting my head around all the different license usage terms. A few days ago I wanted to use an absolute "yummy-looking" pic on one of my posts and although the site provided a full commercial license without attribution type URL, I had no clue how to use/code it here on Steemit, so I searched for another image to use.

I am glad that you decided to do these in-depth and detailed posts for newbies, I know that people will benefit from it . Off now to read your post about voting which I also do not really understand a lot about at the moment.

Looking forward to many more of your informative posts.

As a newbie, I can certainly say that these posts are extremely valuable in learning the way to do things around here. When I first came upon this site and signed up it was very overwhelming and I really had no idea where to start.
Thanks a bunch for you excellent knowledge and assistance in sharing this with the community.

Have a great day :)

Thanks so much for taking the time to comment and let me know that you find these posts valuable. I've been working hard to make sure they are helpful, so it's always good to hear from new members to make sure that they are helpful to the audience they're intended for.

I hope you'll continue to follow the rest of the series!

Another informative post here @ethandsmith! This is something that any new person on steemit would be happy to have at their fingertips! As a member of @newbieresteemday, @asapers,@greetersguild and @helpie, I totally appreciate knowing that your post is one that I can pass on to someone new who is looking for some detailed information on just about everything!

Thank you for all you are doing here ;)

You are very welcome! I'm glad that multiple members have been able to take advantage of this series. There's still so much more work to do, but I'm hoping these small posts will be able to enlighten a large number of new users and help them along the path to success!

Thanks so much for your support!

You are most welcome! What an amazing thing if we all help and support each other here! Just imagine...;)

This is such an awesome post and knowing that engagement is my key skill I highly recommend commenting indeed. as it can net you followers and even upvotes.

True on the using of images and not properly citing them I am now using more and more creative commons images and properly citing them as well as trying to up my Markdown and formatting game on creating a good looking post.

I recently started using the caption method of citing the pictures, and I think it's a great way to not only credit the original artist or photographer, but also to raise awareness of proper citations.

Glad you've been able to take advantage of Creative Commons resources!

Thanks for stopping by and supporting this initiative!

True and I have @rubencress to thank for really advocating proper citation. He is a great guy and a very talented photographer.

Terrific write up @ethandsmith there is always something to take from your post always ...helpful and good content....keep steeming🏆

Thanks so much for supporting this initiative, @steemflow! I'm glad you've been able to learn things from these posts. I hope you'll check out the next volume, which is out now!

This is one of the most entertaining post that i have read on steemit as a newbie, i will like you to engage the new ones more.

I hope that this entire series can help you as a new user. I've tried to cover topics that I think are the most relevant to brand new users. Be sure to read the other posts in the series and let me know if you have any questions!

that's an awesome post you shared bro thanks for creating this guide its help a lot

You're very welcome. Be sure to check out Lesson 6, which is out now. It covers everything you need to know about voting!

this is a great guide thanks for sharing it with us all :)

You are very welcome. I hope it has helped you in your Steemit journey.

Lesson 6 is out now, and it's all about voting. I hope you'll check it out!

Coin Marketplace

STEEM 0.28
TRX 0.11
JST 0.031
BTC 68034.95
ETH 3846.82
USDT 1.00
SBD 3.66