Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
john jawed (everyone says JJ)
working at X.commerce (eBay) on projects that range from Linux kernel modules to magento & php extensions, embraced open source in '03 w/the FreeBSD project
I stand on the shoulders of giants and I try to appreciate them by paying forward (not back)
most of my work is on github (johnj)
UX
in e-commerce, best-selling products have the most favorable reviews, most # of reviews
low volume of reviews puts merchants at an inherit disadvantage
1. go to the Social Commerce configuration
(System -> Configuration -> X.commerce
& Facebook)
2. Click on "Generate an Authorization file"
3. Download and select authorization file
4. Remember that Facebook app info?
Now's the time to fill it out
5. Authorize the extension by clicking on "Authorize Extension"
6. Enable on the frontend -> "Yes"
7. Setup actions (want & own)
8. Save Config
direct recommendations – powerful but untapped, unexplored
a recommendation from a trusted friend to buy a Nikon D90 is more valuable than a consumer review on a random site
an ecosystem of commerce API's
used in social commerce to handle message delivery
(authz/authn) of storing & fetching social data
product attributes
enabled by your catalog and backed by eBay's comprehensive product catalog
friends (traditional) and
enabled by the new facebook Open Graph API
1. Grab the magento social commerce extension:
http://jawed.name/Social_Facebook-2.0.0.tgz
2. Install the extension
3. Logout of magento - otherwise you will get a 404 on the configuration page (to reset the permissions)
1. https://developers.facebook.com/apps
2. Create your application
3. Create your object ("product")
4. Create actions ("want" & "own")
Important stuff:
- App ID
- App Namespace
- App Secret
makes shopping decisions easier
for themselves
for others
especially around accessories and smaller
purchases
magento + facebook
1. setup facebook application
2. setup magento
3. setup an X.commerce developer account
4. configure social commerce extension
indirect recommendations – a commodity, ubiquitous and necessary
well established flows around consumer reviews, rating systems, popularity
almost everyone has some variant of a indirect recommendation systems
facebook “Like” widget
ext/xcom is a PHP5 extension in PECL (github, too)
makes working with X.commerce /really/ simple
supports asynchronous HTTP requests (pthreads)
1. grab the source:
git clone git://github.com/johnj/php5-xcom.git
2. Ubuntu/Debian environments:
Run the mkdeb-apache2.sh script
dpkg -i the package
Linux environments:
a) phpize
b) ./configure
c) make install
~.13% increase in CTS for products w/social commerce information
increase in average time on page
presence on the facebook timeline
commerce platform agnostic
send product UPC/GTIN/SKU
get back social data in JSON
one-click install, custom template friendly
products
social
object
action
merchant name
product link (to merchant site)
store logo
one last thing, facebook moderates
the actions!
don't forget to get them approved
before going to production!
otherwise this will only work for your own developers