Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

I want in the car page to have Social Share buttons Facebook, Twitter, Google+

Leonidas_S_
New Contributor I
1,043 Views

I am building a brochure dynamic Used Car app, get data from Server... well

I want in the individual Car Page to have Social Share buttons Facebook, Twitter, Google+ with sharing text and url/image from DB ... 

For a Cordova App I must go to these social brands and in developer section take the Web version of share plugins?

0 Kudos
8 Replies
PaulF_IntelCorp
Employee
1,043 Views

There is a "social sharing" plugin that I believe will do what you are asking. I'm not 100% clear on your question. Are you using multiple HTML pages to implement your app?

0 Kudos
Leonidas_S_
New Contributor I
1,043 Views

I will use 3-5 html pages but social plugin will be present in two places only when you share car info with socials connects...

this social cordova plugin is just social... requires social login? or just send to browser... or to facebook, twitter or Gplus apps?

0 Kudos
Anusha_M_Intel1
Employee
1,043 Views

Here is the link to the plugin: https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin

Check out their documentation for more information. 

0 Kudos
PaulF_IntelCorp
Employee
1,043 Views

Leonidas -- I recommend you do not use multiple HTML pages, use hidden div elements to create pages.

0 Kudos
Leonidas_S_
New Contributor I
1,043 Views

 4 pages the max are OK 

???

I used 3 hidden panels in 3 of them total views all 10 pages... is OK?

Please also tell link plugin google login in cordova...?

0 Kudos
PaulF_IntelCorp
Employee
1,043 Views

Leonidas -- sorry, but I don't understand your questions. Please post them in your native language so I can translate.

0 Kudos
Leonidas_S_
New Contributor I
1,043 Views

I mean having 3 or 4 html pages, is Performance OK for a Bootstrap 3 Mobile App? 

inside of each 3 hidden panels

total

10 panels

This is OK? - referring comment you said...

0 Kudos
PaulF_IntelCorp
Employee
1,043 Views

Performance will not suffer significantly by having multiple hidden divs. It will suffer by using and opening multiple HTML files.

0 Kudos
Reply