Problem and Missing Button Property!

Howdy!
I started playing with the JQSocialButtons component and I have run into a few problems.
First, here are the properties I have set in my test app:
object IWCGJQSocialButtons1: TIWCGJQSocialButtons
Left = 24
Top = 424
Width = 353
Height = 113
TabOrder = 7
Version = '1.0'
JQSocialButtonsOptions.Title = 'New Orleans Steamboat'
JQSocialButtonsOptions.Text = 'I just made a reservation on the Steamboat Natchez!'
JQSocialButtonsOptions.Count = 'false'
JQSocialButtonsOptions.EnableHover = False
JQSocialButtonsOptions.EnableCounter = False
JQSocialButtonsOptions.EnableTracking = True
JQSocialButtonsOptions.ShareButtons = <
item
Button = jqsbosbFacebook
ButtonOptions.Action = jqsbfoaRecommend
ButtonOptions.Layout = jqsbfolBoxCount
ButtonOptions.Send = True
end
item
Button = jqsbosbTwitter
ButtonOptions.Count = jqsbtocVertical
end
item
Button = jqsbosbLinkedIn
ButtonOptions.Counter = jqsblocVertical
end
item
Button = jqsbosbGooglePlus
ButtonOptions.Size = jqsbgpsTall
ButtonOptions.Annotation = 'bubble'
end>
end
Problem:
Setting the default Facebook action to Recommend causes it to overlap the GooglePlus button; that is, it is too wide. Setting the action to Like fixes it (but I would prefer Recommend).
Missing Property:
According to the DOCUMENTATION on Sharre.com, the LinkedIn button should have a counter property which specified where the counter is shown. By default, the conter is shown on the bottom (and I would like it on the top to be consistent with the other buttons).
Thanks,
Aggie85
I started playing with the JQSocialButtons component and I have run into a few problems.
First, here are the properties I have set in my test app:
object IWCGJQSocialButtons1: TIWCGJQSocialButtons
Left = 24
Top = 424
Width = 353
Height = 113
TabOrder = 7
Version = '1.0'
JQSocialButtonsOptions.Title = 'New Orleans Steamboat'
JQSocialButtonsOptions.Text = 'I just made a reservation on the Steamboat Natchez!'
JQSocialButtonsOptions.Count = 'false'
JQSocialButtonsOptions.EnableHover = False
JQSocialButtonsOptions.EnableCounter = False
JQSocialButtonsOptions.EnableTracking = True
JQSocialButtonsOptions.ShareButtons = <
item
Button = jqsbosbFacebook
ButtonOptions.Action = jqsbfoaRecommend
ButtonOptions.Layout = jqsbfolBoxCount
ButtonOptions.Send = True
end
item
Button = jqsbosbTwitter
ButtonOptions.Count = jqsbtocVertical
end
item
Button = jqsbosbLinkedIn
ButtonOptions.Counter = jqsblocVertical
end
item
Button = jqsbosbGooglePlus
ButtonOptions.Size = jqsbgpsTall
ButtonOptions.Annotation = 'bubble'
end>
end
Problem:
Setting the default Facebook action to Recommend causes it to overlap the GooglePlus button; that is, it is too wide. Setting the action to Like fixes it (but I would prefer Recommend).
Missing Property:
According to the DOCUMENTATION on Sharre.com, the LinkedIn button should have a counter property which specified where the counter is shown. By default, the conter is shown on the bottom (and I would like it on the top to be consistent with the other buttons).
Thanks,
Aggie85