
Heather Solos
Occupation: CEO & Co-Founder SpinPicks, Inc
Location: Moncks Corner, SC
Her ProfilesRankThis is the rank of 'Heather Solos' out of all Google+ Profiles.: 3,116 (GenderRankFor the gender 'Women'.: 1,148)
Her ProfilesRankThis is the rank of 'Heather Solos' out of all Google+ Profiles. in United States: 1,015 (GenderRankFor the gender 'Women'.: 330)
Followers: 18,765
Following: 1,634
Added to CircleCount.com: 07/20/2011That's the date, where Heather Solos has been indexed by CircleCount.com.
This hasn't to be the date where the daily check has been started. (Update nowYou can update your stats by clicking on this link!
This can take a few seconds.)
Heather Solos was in following circles
Activity
Average numbers for the latest postings:
0 comments per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many comments someone has received recently.
0 reshares per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of .how often someone's posts have been reshared lately.
0 +1's per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many +1's someone has received on his or her posts recently.
0 characters per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many characters someone has used per post recently.
Latest postings
2013-04-28 02:13:07 (0 comments, 0 reshares, 0 +1s)

2013-04-28 00:08:48 (0 comments, 0 reshares, 0 +1s)

2013-04-27 23:43:13 (0 comments, 0 reshares, 0 +1s)

2013-04-27 17:44:53 (0 comments, 0 reshares, 0 +1s)

2013-04-21 00:52:35 (0 comments, 0 reshares, 0 +1s)

2013-02-28 20:54:15 (5 comments, 0 reshares, 0 +1s)
Showing my ignorance, but. . .
Pubdates are not timestamps, correct?

2013-02-06 14:53:35 (10 comments, 0 reshares, 9 +1s)
Looking forward to tonight's meetup! I even think the world famous +Heather Solos is going to join us.

2013-02-01 19:25:58 (5 comments, 0 reshares, 3 +1s)
And you'll get a "virtual ribbon" is the new, we have a badge for your sidebar.
No, you're not getting an inbound link from a [flipping] "virtual ribbon"
Give me a [fricking] break

2013-01-31 22:51:30 (10 comments, 1 reshares, 2 +1s)
Do you write about gaming? (Yes, I totally know there is some irony in my posting this for +Amy Tucker, but she's a good friend) Check out Frontburnr http://blog.frontburnr.com/community-showcase-day-a-call-for-your-stuff/

2012-12-14 12:04:22 (9 comments, 0 reshares, 5 +1s)
Good morning. That's all I've got. Well that and coffee. Lots of coffee. You?

2012-12-05 19:15:02 (1 comments, 1 reshares, 3 +1s)
I'm looking for a tutorial that explains how resize images for RSS. (Example, someone has a responsive wordpress theme, but the large images look out of place in the feed)

2012-12-04 16:37:33 (2 comments, 1 reshares, 4 +1s)
Giving away a copy of Mastering the Art of Southern Cooking

2012-12-03 13:29:21 (0 comments, 2 reshares, 2 +1s)
As Google shuts down Adsense for RSS, we over at FeedBlitz are offering monetization for RSS. (See what we did there? Cool, huh?)


2012-11-15 15:12:14 (0 comments, 2 reshares, 6 +1s)
Simple mushroom risotto http://www.home-ec101.com/mushroom-risotto/


2012-11-14 15:53:00 (13 comments, 5 reshares, 6 +1s)
So, a couple of hours ago I posted about a site that was scraping and syndicating my content through iframes. I found a partial solution to the situation in a google group, which I link to in that post. It turns out I had a full solution because of previous issue with a plugin. The combination of the 3 code snippets will help website owners maintain control of their content, even if this PR 9 site is outranking you on the SERPs. So yay for that. (Original post here: https://plus.google.com/111585581956730395692/posts/i999P4ohLKs )
I began looking at my other favorite content creators and found many of them have the same issue I did. (that's why I published the solution)
However, things got really interesting when +Lisa Frame started looking at the site doing the scraping FeedReader . com. It seems they are held by Marsfeld Trading, Ltd. and have an estimated daily traffic of ov... more »

2012-11-14 14:24:26 (18 comments, 6 reshares, 5 +1s)
So this morning, doing a quick search for a post I'd written on my site I found a PR 9 page doing some fun iframe stealing....
With a quick bit of research I found a simple fix for you. H/T https://productforums.google.com/forum/?fromgroups=#!topic/webmasters/TTZXJJdDgNw
Place the following code in the <head> </head> portion of your template:
<script language="javascript" type="text/javascript">
if (window!= top) top.location.href = location.href;
</script>
And this code in your .htaccess file
Header append X-FRAME-OPTIONS “SAMEORIGIN”
OR hire someone to do it for you, pronto.
These code snippets will ensure someone will be sent to your site even if they click on a link where feedreader . com (or any iframe stealing site) is listed rather than your own.
