LinkedIn Plug-In

Hello guys,

Requirement: Show the LinkedIn button for a User that has the link set up in the DB or in Sitecore.

  1. First of all you can check out the LinkedIn Developer for what type of button you need and get the snippet code by clicking Get It. Really easy.
  2. I like this button sleek and cool https://developer.linkedin.com/plugins/member-profile-plugin-generator?button-type-logo-name=true
  3. From the box you can choose different actions for your button
  4. Then set a field in sitecore or set a field in the DB wherever you need it and a field for the name.
  5.  I have added this in my html page:

<script src=”//platform.linkedin.com/in.js” type=”text/javascript”></script>
<script type=”IN/MemberProfile” data-id=”<%= LinkedInUrl%>” data-format=”hover” data-text=”<%= FullName%>”></script>

Continue reading

“Add to home screen” website image

Hi guys,

A cool thing you can do with your website is to set the links which appear as shortcuts on your iPhone or iPad when you press “Add to home screen”.

This is a very cool feature if you have responsive design websites that people use constantly from devices.

Yes Apple is awesome. 🙂

Requirements: I would like to be able to change the images that appear when I use the feature “Add to home screen” my website on apple devices.

Continue reading