<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>friends Archives &#8211; Structured Procrastination</title>
	<atom:link href="https://blog.adamspiers.org/tag/friends/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.adamspiers.org/tag/friends/</link>
	<description>because there&#039;s always something more interesting than what you should be doing</description>
	<lastBuildDate>Sat, 12 Mar 2016 21:10:21 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://blog.adamspiers.org/wp-content/uploads/2018/12/cropped-IMG_20160907_193859-PANO-c-7-32x32.jpg</url>
	<title>friends Archives &#8211; Structured Procrastination</title>
	<link>https://blog.adamspiers.org/tag/friends/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to invite groups of friends to a Facebook event</title>
		<link>https://blog.adamspiers.org/2013/11/06/facebook-batch-invites/</link>
					<comments>https://blog.adamspiers.org/2013/11/06/facebook-batch-invites/#comments</comments>
		
		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Wed, 06 Nov 2013 18:05:00 +0000</pubDate>
				<category><![CDATA[front page]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[invites]]></category>
		<category><![CDATA[javascript]]></category>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=1094</guid>

					<description><![CDATA[<p>Facebook goes some way towards making it easy for you to invite groups of friends to an event, but it still requires a mouse click for each person you want to invite. If you have a friend list containing more than a handful of people, this rapidly gets tedious. Don&#8217;t worry though! Here&#8217;s a way [&#8230;]</p>
<p>The post <a href="https://blog.adamspiers.org/2013/11/06/facebook-batch-invites/">How to invite groups of friends to a Facebook event</a> appeared first on <a href="https://blog.adamspiers.org">Structured Procrastination</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p> Facebook goes some way towards making it easy for you to invite groups of friends to an event, but it still requires a mouse click for each person you want to invite.  If you have a friend list containing more than a handful of people, this rapidly gets tedious.  Don&#8217;t worry though!  Here&#8217;s a way to select the whole list in one go. </p>
<p><span id="more-1094"></span> <!--break--></p>
<p> <b>Note:</b> <a href="https://www.facebook.com/help/202545109787461">Facebook imposes a maximum of 500 invites per person</a>! </p>
<ol class="org-ol">
<li>Open the event in Firefox or Google Chrome or Chromium.</li>
<li>Click on the &#8220;Invite friends&#8221; button.</li>
<li>Select the list of friends you want to invite.  This can be any of the displayed lists, whether it&#8217;s one which you created by hand, or one which Facebook generated automatically for you (e.g. friends who live in your home town).</li>
<li>Scroll all the way to the bottom of the list, to ensure that all friends on the list are visible on the page.  (If the list is long</li>
<li>Open the JavaScript console.  In Chrome and Chromium, this is accessed via the drop-down menu icon near the top right of the browser window, by clicking &#8220;Tools&#8221; and then &#8220;JavaScript Console&#8221;. In Firefox, it&#8217;s via the Tools menu, and then &#8220;Web Developer&#8221; and &#8220;Web Console&#8221;.</li>
<li>
<p> Copy and paste these two lines of JavaScript in the console which pops up, and press <code>Enter</code>. </p>
<pre class="brush: jscript; title: ; notranslate">
checkboxes = $x(&#039;//a&#x5B;contains(@class,&quot;_1pu4&quot;) and @aria-checked!=&quot;true&quot;]&#039;);
for (i in checkboxes) { checkboxes&#x5B;i].click() }
</pre>
</li>
<li>Now wait a minute or two! It can be <b>REALLY</b> slow to update, especially if you are inviting a lot of people.</li>
<li>All the displayed friends will now be selected.  You can now click the &#8220;Submit&#8221; button to send the invites!</li>
</ol>
<p><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fblog.adamspiers.org%2F2013%2F11%2F06%2Ffacebook-batch-invites%2F&#038;title=How%20to%20invite%20groups%20of%20friends%20to%20a%20Facebook%20event" data-a2a-url="https://blog.adamspiers.org/2013/11/06/facebook-batch-invites/" data-a2a-title="How to invite groups of friends to a Facebook event"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://blog.adamspiers.org/2013/11/06/facebook-batch-invites/">How to invite groups of friends to a Facebook event</a> appeared first on <a href="https://blog.adamspiers.org">Structured Procrastination</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.adamspiers.org/2013/11/06/facebook-batch-invites/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
