Write the reason you're deleting this FAQ
Guys, it took me like two days to put my thoughts together but for some strange reason I decided to share them only on SEOclerk community board. Be assured it is unique and not copied from anywhere. So. let's start...
As social media continues its long soak into the wider culture, penetrating into the millions of people who haven’t gotten on board, a whole raft of issues emerges from the growth of these “late adopters.” That sounds like its a pejorative term, but it isn’t really. The fact is many people have missed the boat, have consciously decided that social media wasn’t for them or their business. Fine, no biggie. When you do finally engage, and engage you will at some point or another, I’ll welcome you with open arms.
Recently, both my parents, as well as a few other people whose opinion and input I value and seek out, have mentioned that there were times when they thought my honesty in my writings was potentially harmful to my business (for those, who are curious I am talking about https://www.promotionseo.com) as a social media strategist. I am happy to report that business is strong and I have commitments from clients well into the Spring.
But more than my blogging, my Facebook and Twitter posts are occasionally extremely personal, risque, politically incorrect, as well as, potentially, offensive. I acknowledge this and believe it part of my project to be as authentic and honest as possible. I consider my followers and friends, my connections, an integral part of my project.
Entertainment has always been and will always be, a part of that project. I love the mystery and aura that I’ve seemed to portray through my social outreach. Some people don’t seem to know when I am being super honest or when I am simply lying or being a fabulist. I rather like them not knowing because either way I am watched and for an attention whore like myself, that appeals to me.
What Happens When Being Authentic is Bad for Business?
But lately, it has occurred to me to consider the criticisms of my parents and trusted friends beyond their initial implications. Their posture is certainly one of wanting to see my continual success. Of that, there is no doubt. So I’ve been musing on this issue out of respect for them.
And I have reached a decision that for the time being I feel comfortable with, but one that I also want the input from the larger
community.
That decision, in as few words as possible is, if a client or potential client is turned off by anything that I might say or do in my
social media activities, then quite simply that client is not for me. The reality is that nothing I am doing is harmful to my abilities to perform the duties that I lay out before I work with a client. And in fact, it is my belief that as my project continues my authentic voice will evolve and that brings SO much more positives to my clients.
The reasoning behind this seems solid to me.
It enables me to be trusted, to be respected by the social media community. Sure there will be people I turn off or offend, and I lament every occasion when that is the case. But for every soul I lose, I gain new people and new levels of trust. I have seen it with so many and I have faith that this is the case. That being said, I am cognizant of the fact that I do not have carte blanche to say any and everything that pops into my head, nor should I. That would be very unique if I did. I don’t think anyone has that freedom.
Always Err on the Side of Authenticity.
Let’s blow this debate up a little bit to encompass brands and businesses who have started, or will soon do so, engaging their native audiences through social media channels. For businesses who are accustomed to being less than authentic, social media presents a challenge. Individuals with no liabilities can do and say whatever they want. They have nothing to lose in a sense.
But a business has itself to lose. And the default reaction will always be to say less and hide more. This is the wrong decision and for now, especially in the beginning, a business should always be willing to err on the side of authenticity.
It’s much easier to apologize for a comment than it is to turn people off with a pretense of authenticity. Businesses who engage social media need to make mistakes at first. No one becomes excellent at social media on their first attempts. Not in a world as complex and sophisticated as social media is.
Who would even WANT to be good at it right from the start? Did you hit a homerun the first time you held a baseball bat?
But even when mistakes are made, I would rather those mistakes be a matter of being TOO honest, TOO authentic. You may piss people off and those people can be apologized to later. But the people you don’t piss off, those who stick around, will appreciate you all the more
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='23924' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='23924' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='613979' | 1 | SELECT * FROM seoclerks.members WHERE USERID='613979' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=613979 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=613979 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=23924 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=23924
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='23924' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='23924' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=133366 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=133366
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=141568 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=141568
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=141609 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=141609
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=141615 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=141615
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='23924' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='23924' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='23924' AND status='1' AND (question like '%Problems Social Media: Authenticity Vs. Professionalism%' OR question like '%Problems%' OR question like '%Social%' OR question like '%Media:%' OR question like '%Authenticity%' OR question like '%Professionalism%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='23924' AND status='1'
AND (question like '%Problems Social Media: Authenticity Vs. Professionalism%' OR question like '%Problems%' OR question like '%Social%' OR question like '%Media:%' OR question like '%Authenticity%' OR question like '%Professionalism%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='2921' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2921' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='8860' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='8860' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1177' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1177' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='17130' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17130' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=23924%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=23924%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='600657.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='631046.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='631046.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
augusta
Are you sure you want to delete this post?