My task is to split the post related to the page. I went through the documentation, but I could not figure out what to do. I have many days, and I did not get a clear idea.
Can anyone clearly explain how to share the link. I do not want to share the whole page, but only a specific message.
Here is the code I got from the network, but I have no idea what is going on in this code.
<html> <head> <script type="text/javascript" src="//platform.linkedin.com/in.js"> api_key: xxxxxxxxx authorize: true onLoad: onLinkedInLoad </script> <script type="text/javascript"> </script> </head> <body> <script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script> <script type="IN/Share"></script> </body> </html>
Do I need any other files along with the codes?
I work in codeigniter.
Please, help.
Thanks in advance.
source share